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

Commit 283587b3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix incorrectly assigned constant in AppOpsManager" into rvc-dev am:...

Merge "Fix incorrectly assigned constant in AppOpsManager" into rvc-dev am: 7f212788 am: f4db9614 am: 241c41c2

Change-Id: I7f8932293f44c713bec9bbf7c6e31310bf3f4466
parents ec9cd0ca 241c41c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -990,7 +990,7 @@ public class AppOpsManager {
    /** @hide Control whether an application is allowed to run in the background. */
    @UnsupportedAppUsage
    public static final int OP_RUN_IN_BACKGROUND =
            AppProtoEnums.APP_OP_RUN_ANY_IN_BACKGROUND;
            AppProtoEnums.APP_OP_RUN_IN_BACKGROUND;
    /** @hide */
    @UnsupportedAppUsage
    public static final int OP_AUDIO_ACCESSIBILITY_VOLUME =