Loading services/core/java/com/android/server/wm/ActivityStartInterceptor.java +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ class ActivityStartInterceptor { try { harmfulAppWarning = mService.getPackageManager() .getHarmfulAppWarning(mAInfo.packageName, mUserId); } catch (RemoteException ex) { } catch (RemoteException | IllegalArgumentException ex) { return false; } Loading Loading
services/core/java/com/android/server/wm/ActivityStartInterceptor.java +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ class ActivityStartInterceptor { try { harmfulAppWarning = mService.getPackageManager() .getHarmfulAppWarning(mAInfo.packageName, mUserId); } catch (RemoteException ex) { } catch (RemoteException | IllegalArgumentException ex) { return false; } Loading