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

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

Merge "Clarify that OPSTR constants don't have to be system APIs."

parents 84838514 0dd6333b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -867,7 +867,7 @@ public class AppOpsManager {

    // when adding one of these:
    //  - increment _NUM_OP
    //  - define an OPSTR_* constant (marked as @SystemApi)
    //  - define an OPSTR_* constant (and mark as @SystemApi if needed)
    //  - add row to sAppOpInfos
    //  - add descriptive strings to Settings/res/values/arrays.xml
    //  - add the op to the appropriate template in AppOpsState.OpsTemplate (settings app)