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

Commit 9f9bd39b 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: I2ca2f3776065f6cfe330426c97ef6883bed1abd3
parents 356d5d10 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();