Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98c076d1 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Do not throw RemoteException for notifyUserActivity" into rvc-dev am:...

Merge "Do not throw RemoteException for notifyUserActivity" into rvc-dev am: 3e79d2dc am: ce1220b9 am: 713754a8

Change-Id: I5c104382b7056cc68bec5069f3faeb38f50f61bd
parents 532526ed 713754a8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13098,7 +13098,9 @@ public class TelephonyManager {
                service.userActivity();
            }
        } 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());
        }
    }