diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-12-14 18:36:32 +0100 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-12-17 19:56:28 +0100 |
commit | bc07775393675517ecf9369f805a43e5b0929dcf (patch) | |
tree | a79034ef1f705a19026cdb07a095d51d1a2d7d65 /updater_sample/AndroidManifest.xml | |
parent | Merge "Show wipe data confirmation text in recovery mode" (diff) | |
download | android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.gz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.bz2 android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.lz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.xz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.zst android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.zip |
Diffstat (limited to '')
-rw-r--r-- | updater_sample/AndroidManifest.xml | 2 |
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> |