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

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

Merge "Add OP_RECORD_AUDIO_OUTPUT to AppOpsManager.h"

parents 603a913b 11cec556
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -136,7 +136,9 @@ public:
        OP_PHONE_CALL_MICROPHONE = 100,
        OP_PHONE_CALL_CAMERA = 101,
        OP_RECORD_AUDIO_HOTWORD = 102,
        _NUM_OP = 103
        // Ops 103-105 are currently unused in native, and intentionally omitted
        OP_RECORD_AUDIO_OUTPUT = 106,
        _NUM_OP = 107
    };

    AppOpsManager();