Catch SecurityException in SystemUIProxy

Bug: 305121245
Flag: NONE
Test: presubmit
Change-Id: I6e43d8c55b2fe3089254137213caefd42182fd4a
This commit is contained in:
Johannes Gallmann
2023-11-07 10:47:09 +01:00
parent 93f8778da2
commit 9173fa39cf
@@ -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);
}
}