Merge "Do not throw RemoteException for notifyUserActivity" into rvc-dev am: 3e79d2dcf9
Change-Id: I65055dd607613c5cddb3300552c89e86ef13bb20
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user