Catch SecurityException in SystemUIProxy
Bug: 305121245 Flag: NONE Test: presubmit Change-Id: I6e43d8c55b2fe3089254137213caefd42182fd4a
This commit is contained in:
@@ -1209,7 +1209,7 @@ public class SystemUiProxy implements ISystemUiProxy {
|
||||
}
|
||||
try {
|
||||
mBackAnimation.setBackToLauncherCallback(callback, runner);
|
||||
} catch (RemoteException e) {
|
||||
} catch (RemoteException | SecurityException e) {
|
||||
Log.e(TAG, "Failed call setBackToLauncherCallback", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user