Loading core/java/android/app/AppOpsManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -7824,10 +7824,8 @@ public class AppOpsManager { * @hide */ public static boolean isCollectingNotedAppOps() { synchronized (sLock) { return sNotedAppOpsCollector != null; } } /** * Callback an app can choose to {@link #setNotedAppOpsCollector register} to monitor it's noted Loading Loading
core/java/android/app/AppOpsManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -7824,10 +7824,8 @@ public class AppOpsManager { * @hide */ public static boolean isCollectingNotedAppOps() { synchronized (sLock) { return sNotedAppOpsCollector != null; } } /** * Callback an app can choose to {@link #setNotedAppOpsCollector register} to monitor it's noted Loading