summaryrefslogtreecommitdiff
path: root/platform/android/example/app/src
diff options
context:
space:
mode:
authorfred ross-perry <fredross-perry@Fred-Ross-Perrys-Computer.local>2016-09-01 10:28:20 -0700
committerfred ross-perry <fredross-perry@Fred-Ross-Perrys-Computer.local>2016-09-14 09:10:04 -0700
commit2369a34a21788e3d330d329ca077f7cbaa4571e5 (patch)
tree82351d9f7a9aadcfa057d10faf5f03201918fde0 /platform/android/example/app/src
parentffbe3db71ea0f96b408e22418547a8ff898f380e (diff)
downloadmupdf-2369a34a21788e3d330d329ca077f7cbaa4571e5.tar.xz
Android example - Add proofing support.
Diffstat (limited to 'platform/android/example/app/src')
-rw-r--r--platform/android/example/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/example/app/src/main/AndroidManifest.xml b/platform/android/example/app/src/main/AndroidManifest.xml
index bdd8e804..d88f9e01 100644
--- a/platform/android/example/app/src/main/AndroidManifest.xml
+++ b/platform/android/example/app/src/main/AndroidManifest.xml
@@ -39,7 +39,7 @@
</intent-filter>
</activity>
- <activity android:name=".DocViewActivity">
+ <activity android:name=".DocViewActivity" android:configChanges="orientation|screenSize">
</activity>
</application>