diff options
author | Brett Chabot <brettchabot@google.com> | 2009-07-21 18:17:05 -0700 |
---|---|---|
committer | Brett Chabot <brettchabot@google.com> | 2009-07-21 18:17:05 -0700 |
commit | d0bff153776df65c28e5663ebea711b9cf5a9002 (patch) | |
tree | ac3f7bc727234ea97f62335c9dc6f60ac7a2a430 /tests/CoreTests | |
parent | 43f8d2e58ce75d1705ad3ee347ae4eaee5dc9b6a (diff) | |
download | frameworks_base-d0bff153776df65c28e5663ebea711b9cf5a9002.zip frameworks_base-d0bff153776df65c28e5663ebea711b9cf5a9002.tar.gz frameworks_base-d0bff153776df65c28e5663ebea711b9cf5a9002.tar.bz2 |
Fix android.core.FileTest#testFile: add sdcard write permission to test.
Diffstat (limited to 'tests/CoreTests')
-rw-r--r-- | tests/CoreTests/android/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CoreTests/android/AndroidManifest.xml b/tests/CoreTests/android/AndroidManifest.xml index 4809f844..98cc9e5 100644 --- a/tests/CoreTests/android/AndroidManifest.xml +++ b/tests/CoreTests/android/AndroidManifest.xml @@ -30,6 +30,7 @@ <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> <uses-permission android:name="android.permission.WRITE_SETTINGS"/> <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <application> <uses-library android:name="android.test.runner" /> |