Loading core/java/android/app/AppOpsManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -3916,7 +3916,10 @@ public class AppOpsManager { } /** * The features that have been used when checking the op * The features that have been used when checking the op keyed by id of the feature. * * @see Context#createFeatureContext(String) * @see #noteOp(String, int, String, String, String) */ @DataClass.Generated.Member public @NonNull Map<String,OpFeatureEntry> getFeatures() { Loading Loading
core/java/android/app/AppOpsManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -3916,7 +3916,10 @@ public class AppOpsManager { } /** * The features that have been used when checking the op * The features that have been used when checking the op keyed by id of the feature. * * @see Context#createFeatureContext(String) * @see #noteOp(String, int, String, String, String) */ @DataClass.Generated.Member public @NonNull Map<String,OpFeatureEntry> getFeatures() { Loading