diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-06-19 18:18:04 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-06-19 18:18:04 +0200 |
commit | bb1c6bf7ccb1510d2e45437b12b05073af42c83d (patch) | |
tree | e855f2f5d57ed9894e23a771d02f0f32c584c740 /updater_sample/AndroidManifest.xml | |
parent | Merge "updater_sample: add proguard.flags" (diff) | |
parent | Merge "updater_sample: run as a systemp app" (diff) | |
download | android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar.gz android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar.bz2 android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar.lz android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar.xz android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.tar.zst android_bootable_recovery-bb1c6bf7ccb1510d2e45437b12b05073af42c83d.zip |
Diffstat (limited to 'updater_sample/AndroidManifest.xml')
-rw-r--r-- | updater_sample/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater_sample/AndroidManifest.xml b/updater_sample/AndroidManifest.xml index 4b4448438..18d8425e1 100644 --- a/updater_sample/AndroidManifest.xml +++ b/updater_sample/AndroidManifest.xml @@ -19,6 +19,8 @@ <uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" /> + <uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" /> + <application android:icon="@mipmap/ic_launcher" android:label="@string/app_name" |