Merge "Do not throw RemoteException for notifyUserActivity" into rvc-dev am: 3e79d2dcf9 am: ce1220b912 am: 713754a8c8 am: 98c076d1e7
Change-Id: I6d455307c27fa30090357d8d4fdb589ebfcfeaff
This commit is contained in:
@@ -13209,7 +13209,9 @@ public class TelephonyManager {
|
|||||||
service.userActivity();
|
service.userActivity();
|
||||||
}
|
}
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
throw e.rethrowFromSystemServer();
|
// one-way notification, if telephony is not available, it is okay to not throw
|
||||||
|
// exception here.
|
||||||
|
Log.w(TAG, "notifyUserActivity exception: " + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user