From 9ae3dbeefcd6bc139c74bfe3d51de823e3be4b4b Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Thu, 21 Aug 2014 13:47:47 -0700 Subject: JobScheduler only run jobs for started users. BUG: 12876556 Minor changes to test app to make persisting an option. Change-Id: I1b40347878ec5ca44cd717ebfeb544f6c58473b5 --- .../res/layout/activity_main.xml | 14 ++++++++++++ tests/JobSchedulerTestApp/res/values/strings.xml | 2 ++ .../android/demo/jobSchedulerApp/MainActivity.java | 5 ++++- .../jobSchedulerApp/service/TestJobService.java | 25 ---------------------- 4 files changed, 20 insertions(+), 26 deletions(-) (limited to 'tests/JobSchedulerTestApp') diff --git a/tests/JobSchedulerTestApp/res/layout/activity_main.xml b/tests/JobSchedulerTestApp/res/layout/activity_main.xml index d3429ff3cf21..96e164103bce 100644 --- a/tests/JobSchedulerTestApp/res/layout/activity_main.xml +++ b/tests/JobSchedulerTestApp/res/layout/activity_main.xml @@ -141,6 +141,20 @@ android:id="@+id/checkbox_idle" android:text="@string/idle_mode_text"/> + + + +