Avoid passing in null String.
IAppOpsCallback.opChanged can be passed in a null value for the package name. Avoid calling synchronizePackagePermissionsAndAppOpsAsyncForUser when that happens since it expects a NonNull value. Bug: 247127880 Test: N/A Change-Id: I532289e116b4d7b884fac7e1358120e98fecf342
Loading
Please register or sign in to comment