Loading telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -13098,7 +13098,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()); } } } } Loading Loading
telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -13098,7 +13098,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()); } } } } Loading