summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 823dcd9..6b403fc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,10 +127,8 @@
android:label="@string/view_label"
android:theme="@style/CustomTheme"
android:screenOrientation="behind"
- android:configChanges="orientation|keyboardHidden">
- <intent-filter>
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="true">
</activity>
<activity android:name="ViewImage"
android:label="@string/view_label"