diff options
| author | Cody Northrop <cnorthrop@google.com> | 2016-09-22 13:42:22 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2016-09-23 08:32:58 -0600 |
| commit | 16af4e804168be568a9b1d381a49d0ec5d245af7 (patch) | |
| tree | a306ebf7403b0cd9a35766a8c8cdc261641d76ac | |
| parent | dc202a98fbd63ba42ac4e61586877fa0a86e9f21 (diff) | |
| download | usermoji-16af4e804168be568a9b1d381a49d0ec5d245af7.tar.xz | |
demos: Update Smoke permissions for trace/replay
| -rw-r--r-- | demos/smoke/android/src/main/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/smoke/android/src/main/AndroidManifest.xml b/demos/smoke/android/src/main/AndroidManifest.xml index c68af879..f6f98fb1 100644 --- a/demos/smoke/android/src/main/AndroidManifest.xml +++ b/demos/smoke/android/src/main/AndroidManifest.xml @@ -2,6 +2,11 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.Smoke"> + <!-- Permissions required for trace/replay of this app --> + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> + <uses-permission android:name="android.permission.INTERNET"/> + <application android:label="@string/app_name" android:hasCode="false" android:allowBackup="false"> |
