Merge "Explicitly take app out of app idle state after turning battery on." into main

This commit is contained in:
Sudheer Shanka
2023-07-19 05:15:43 +00:00
committed by Gerrit Code Review

View File

@@ -74,6 +74,7 @@ public class AbstractExpeditedJobTest extends AbstractRestrictBackgroundNetworkT
@RequiredProperties({APP_STANDBY_MODE})
public void testNetworkAccess_appIdleState() throws Exception {
turnBatteryOn();
setAppIdle(false);
assertBackgroundNetworkAccess(true);
assertExpeditedJobHasNetworkAccess();