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

Commit 11cec556 authored by Nate Myren's avatar Nate Myren
Browse files

Add OP_RECORD_AUDIO_OUTPUT to AppOpsManager.h

Test: build
Bug: 173797503
Change-Id: Iec271dc5b83f686e5f5cd443a90347426c557110
parent 16abdd2a
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();