Loading services/core/java/com/android/server/pm/ProtectedPackages.java +0 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,6 @@ public class ProtectedPackages { return Binder.withCleanCallingIdentity( () -> { if (!supervisionManager.isSupervisionEnabledForUser(userId)) { Slog.w(TAG, "Supervision is not enabled."); return false; } List<String> systemSupervisionHolders = Loading Loading
services/core/java/com/android/server/pm/ProtectedPackages.java +0 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,6 @@ public class ProtectedPackages { return Binder.withCleanCallingIdentity( () -> { if (!supervisionManager.isSupervisionEnabledForUser(userId)) { Slog.w(TAG, "Supervision is not enabled."); return false; } List<String> systemSupervisionHolders = Loading