Try to catch RemoteException/IllegalArgumentException
Description
BlissLauncher was throwing an RemoteException/IllegalArgumentException when setting fake location with setTestProviderLocation(). We now catch the exceptions and display an error.
This is where the IllegalArgumentException is thrown: https://cs.android.com/android/platform/superproject/+/master:frameworks/base/services/core/java/com/android/server/location/LocationManagerService.java;drc=390046b0dbd2a931fee0c2d13034185462d2f877;l=1373
Issues
10 commandments of code reviews
Edited by Jonathan Klee