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

Commit 9aafab0e authored by Oscar Shu's avatar Oscar Shu Committed by Android (Google) Code Review
Browse files

Merge "Add new wifi nearby devices app-ops"

parents 82d05fdf aeca54e8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -147,7 +147,8 @@ public:
        OP_ACTIVITY_RECOGNITION_SOURCE = 113,
        OP_BLUETOOTH_ADVERTISE = 114,
        OP_RECORD_INCOMING_PHONE_AUDIO = 115,
        _NUM_OP = 116
        OP_NEARBY_WIFI_DEVICES = 116,
        _NUM_OP = 117
    };

    AppOpsManager();