diff options
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/BackgroundActivityStartControllerExemptionTests.java | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/BackgroundActivityStartControllerExemptionTests.java b/services/tests/wmtests/src/com/android/server/wm/BackgroundActivityStartControllerExemptionTests.java index da010ae3c96a..c934c55dfb8e 100644 --- a/services/tests/wmtests/src/com/android/server/wm/BackgroundActivityStartControllerExemptionTests.java +++ b/services/tests/wmtests/src/com/android/server/wm/BackgroundActivityStartControllerExemptionTests.java @@ -907,7 +907,6 @@ public class BackgroundActivityStartControllerExemptionTests {          int realCallingUid = REGULAR_UID_2;          int realCallingPid = REGULAR_PID_2; -        mDeviceConfig.set("system_exempt_from_activity_bg_start_restriction_enabled", "true");          AppOpsManager appOpsManager = mock(AppOpsManager.class);          when(mService.getAppOpsManager()).thenReturn(appOpsManager);          when(appOpsManager.checkOpNoThrow(eq(  |