Skip to content

Commit d7f256d

Browse files
committed
TileBenchmark test app needs read sdcard permission
Since the app is using JB API level, it's required to declare an explicit READ_EXTERNAL_STORAGE permission Change-Id: I84142d51aeab4bc28269a6fea716c8663e080118
1 parent 06fd472 commit d7f256d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TileBenchmark/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
android:versionCode="1"
44
android:versionName="1.0" package="com.test.tilebenchmark">
55
<uses-permission android:name="android.permission.INTERNET"/>
6+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
67
<application android:icon="@drawable/icon"
78
android:label="@string/app_name"
89
android:hardwareAccelerated="true">

0 commit comments

Comments
 (0)