Loading core/java/android/net/NetworkScorerAppManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public final class NetworkScorerAppManager { public static Collection<NetworkScorerAppData> getAllValidScorers(Context context) { // Network scorer apps can only run as the primary user so exit early if we're not the // primary user. if (UserHandle.getCallingUserId() != 0 /*USER_SYSTEM*/) { if (UserHandle.getCallingUserId() != UserHandle.USER_SYSTEM) { return Collections.emptyList(); } Loading Loading
core/java/android/net/NetworkScorerAppManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public final class NetworkScorerAppManager { public static Collection<NetworkScorerAppData> getAllValidScorers(Context context) { // Network scorer apps can only run as the primary user so exit early if we're not the // primary user. if (UserHandle.getCallingUserId() != 0 /*USER_SYSTEM*/) { if (UserHandle.getCallingUserId() != UserHandle.USER_SYSTEM) { return Collections.emptyList(); } Loading