Merge "Fix incorrectly assigned constant in AppOpsManager" into rvc-dev am: 7f212788d1 am: f4db961415 am: 241c41c234

Change-Id: I7f8932293f44c713bec9bbf7c6e31310bf3f4466
This commit is contained in:
TreeHugger Robot
2020-03-30 19:31:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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 =