Android RemoteExceptions and Services
These exceptions do indeed get thrown and you should write appropriate try/catch logic to handle the situation where a remote method you invoked on a service did not complete. As far as your investigation, you were on the right track looking through the native sources. What you may have overlooked is that android.os.RemoteException is a … Read more