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

Commit 3f9ee360 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Descriped how getFeatures map is keyed

... and add some "further-reading" links

Test: None
Fixes: 149015070
Change-Id: I670ceeed6602d415ec7777ea8167d3eb3def779a
parent a16c3781
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3870,7 +3870,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() {