summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-02-20 23:58:32 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-20 23:58:32 +0100
commitc760702633206b41c765e303b17cd22789b2b872 (patch)
tree4535632b9dcb6d96aae963f66cdbb0b2dde876df
parentMerge "rm libbinderthreadstate" (diff)
parentupdater_sample: add internet access permission (diff)
downloadandroid_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar.gz
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar.bz2
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar.lz
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar.xz
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.tar.zst
android_bootable_recovery-c760702633206b41c765e303b17cd22789b2b872.zip
-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 0a2511617..981cd8eba 100644
--- a/updater_sample/AndroidManifest.xml
+++ b/updater_sample/AndroidManifest.xml
@@ -20,6 +20,7 @@
<uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" />
+ <uses-permission android:name="android.permission.INTERNET"/>
<application
android:icon="@mipmap/ic_launcher"