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

Commit 24c938c9 authored by Faye Yan's avatar Faye Yan Committed by Android (Google) Code Review
Browse files

Merge "OPS_MIC refactoring" into main

parents 5407cae4 b658881a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,7 +103,8 @@ public class AppOpsControllerImpl extends BroadcastReceiver implements AppOpsCon
            AppOpsManager.OP_RECORD_AUDIO,
            AppOpsManager.OP_PHONE_CALL_MICROPHONE,
            AppOpsManager.OP_RECEIVE_AMBIENT_TRIGGER_AUDIO,
            AppOpsManager.OP_RECEIVE_SANDBOX_TRIGGER_AUDIO
            AppOpsManager.OP_RECEIVE_SANDBOX_TRIGGER_AUDIO,
            AppOpsManager.OP_RECEIVE_EXPLICIT_USER_INTERACTION_AUDIO
    };

    protected static final int[] OPS_CAMERA = new int[] {
@@ -118,8 +119,7 @@ public class AppOpsControllerImpl extends BroadcastReceiver implements AppOpsCon
    };

    protected static final int[] OPS_OTHERS = new int[] {
            AppOpsManager.OP_SYSTEM_ALERT_WINDOW,
            AppOpsManager.OP_RECEIVE_EXPLICIT_USER_INTERACTION_AUDIO
            AppOpsManager.OP_SYSTEM_ALERT_WINDOW
    };