summaryrefslogtreecommitdiffstats
path: root/updater_sample/AndroidManifest.xml
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-09 03:04:41 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-09 03:04:41 +0200
commitc23a53c272d37ce806f1c7a4249178f2076232ba (patch)
tree54ee79783c840c9dea16973abeb99602aef66881 /updater_sample/AndroidManifest.xml
parentMerge "recovery: Remove unneeded include of minui.h." (diff)
parentupdater_sample: add streaming support (diff)
downloadandroid_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar.gz
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar.bz2
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar.lz
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar.xz
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.tar.zst
android_bootable_recovery-c23a53c272d37ce806f1c7a4249178f2076232ba.zip
Diffstat (limited to 'updater_sample/AndroidManifest.xml')
-rw-r--r--updater_sample/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater_sample/AndroidManifest.xml b/updater_sample/AndroidManifest.xml
index 5bbb21c84..4b4448438 100644
--- a/updater_sample/AndroidManifest.xml
+++ b/updater_sample/AndroidManifest.xml
@@ -31,6 +31,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <service android:name=".services.PrepareStreamingService"/>
</application>
</manifest>