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

Commit d16486d4 authored by Nate Myren's avatar Nate Myren Committed by Automerger Merge Worker
Browse files

Merge "Add OP_RECORD_INCOMING_PHONE_AUDIO to native" into sc-dev am: 1fb74ef8 am: 9f9bd39b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14176930

Change-Id: Iab23167d280c3f49c7643cc71891b30975b838d1
parents f943a282 9f9bd39b
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();