commit | 7060b04f6d92351b67222e636ab378a0273bf3e7 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Jun 09 19:50:00 2014 -0700 |
committer | Christopher Tate <ctate@google.com> | Tue Jun 10 12:51:55 2014 -0700 |
tree | 82fce1e04dd58a5d79895d0869b3b0adeffbb417 | |
parent | 6d7a25f317be60ae8a4d8806e517052be2398753 [diff] [blame] |
Out with the old; in with the new Switch to the official "JobScheduler" etc naming. Bug 14997851 Change-Id: I73a61aaa9af0740c114d08188bd97c52f3ac86b7
diff --git a/tests/JobSchedulerTestApp/AndroidManifest.xml b/tests/JobSchedulerTestApp/AndroidManifest.xml index 7431737..9654197 100644 --- a/tests/JobSchedulerTestApp/AndroidManifest.xml +++ b/tests/JobSchedulerTestApp/AndroidManifest.xml
@@ -25,6 +25,7 @@ <service android:name=".service.TestJobService" + android:permission="android.permission.BIND_JOB_SERVICE" android:exported="true"/> </application>