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

Commit 614597b2 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Add definition for accessibility volume control appOps

Test: make
Bug 30448020

Change-Id: Id442cd4d7619fd5100626f5bcb3d8cc5ed7bb16e
parent 13a20a27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -91,7 +91,8 @@ public:
        OP_USE_SIP = 53,
        OP_PROCESS_OUTGOING_CALLS = 54,
        OP_USE_FINGERPRINT = 55,
        OP_BODY_SENSORS = 56
        OP_BODY_SENSORS = 56,
        OP_AUDIO_ACCESSIBILITY_VOLUME = 64,
    };

    AppOpsManager();