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

Commit 926d36cf authored by Nate Myren's avatar Nate Myren Committed by Steven Moreland
Browse files

Add OP_RECORD_INCOMING_PHONE_AUDIO to native

Bug: 184888709
Test: build/presubmit
Change-Id: I111fbb7805ee2a40e5abf8586eadcfce27b108ad
parent 51c7b1d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -146,7 +146,8 @@ public:
        OP_UWB_RANGING = 112,
        OP_ACTIVITY_RECOGNITION_SOURCE = 113,
        OP_BLUETOOTH_ADVERTISE = 114,
        _NUM_OP = 115
        OP_RECORD_INCOMING_PHONE_AUDIO = 115,
        _NUM_OP = 116
    };

    AppOpsManager();