diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-09 03:04:41 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-09 03:04:41 +0200 |
commit | c23a53c272d37ce806f1c7a4249178f2076232ba (patch) | |
tree | 54ee79783c840c9dea16973abeb99602aef66881 /updater_sample/AndroidManifest.xml | |
parent | Merge "recovery: Remove unneeded include of minui.h." (diff) | |
parent | updater_sample: add streaming support (diff) | |
download | android_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.xml | 1 |
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> |