summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-11-16 13:48:51 +0000
committerRobin Watts <robin.watts@artifex.com>2012-11-19 16:49:27 +0000
commit6ac6f0b873cffea1817a361764e868e93f043af2 (patch)
tree0a656b41aa316918a745d64e42af1e0dffd53d0c /android/AndroidManifest.xml
parentbc3ce65fce7b41270933395f1c7d2aa935b2cc11 (diff)
downloadmupdf-6ac6f0b873cffea1817a361764e868e93f043af2.tar.xz
Enable android profiler build.
Requires android-ndk-profiler to be copied into android and android/jni. Also requires r8c of the NDK.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index a4daa50c..f4c0bc7d 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -3,6 +3,7 @@
package="com.artifex.mupdf"
android:versionCode="1"
android:versionName="@string/version">
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<supports-screens android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"