summaryrefslogtreecommitdiffstats
path: root/updater_sample/AndroidManifest.xml
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-12-17 23:19:25 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-12-17 23:19:25 +0100
commit2e33cbeb2035377691c8ea80e062bb4203aa2d06 (patch)
tree77198b8606c98d6e1aa3dbe74267d0a76c18039a /updater_sample/AndroidManifest.xml
parentMerge "use epoll_create1" (diff)
parentAdd PrepareUpdateService. (diff)
downloadandroid_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar.gz
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar.bz2
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar.lz
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar.xz
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.tar.zst
android_bootable_recovery-2e33cbeb2035377691c8ea80e062bb4203aa2d06.zip
Diffstat (limited to 'updater_sample/AndroidManifest.xml')
-rw-r--r--updater_sample/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/AndroidManifest.xml b/updater_sample/AndroidManifest.xml
index 18d8425e1..0a2511617 100644
--- a/updater_sample/AndroidManifest.xml
+++ b/updater_sample/AndroidManifest.xml
@@ -33,7 +33,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <service android:name=".services.PrepareStreamingService"/>
+ <service android:name=".services.PrepareUpdateService"/>
</application>
</manifest>