Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e775616 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Descriped how getFeatures map is keyed"

parents 5fec9dba 3f9ee360
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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() {