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

Commit a0a71bc1 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

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

Change-Id: Id888f2e5ad31948cde5047002ecaed9655432bde
parents 2ce5bb80 1fb74ef8
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();