summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-20 19:56:51 +0300
committerAndrew Dolgov <[email protected]>2020-04-20 19:56:51 +0300
commitd08e0fbc458ed494e2ba9830ec99e55d883ff39d (patch)
treedf664292648842df0c5d9b0e619a9f104664e955 /org.fox.epube/src/main/AndroidManifest.xml
parentfa25f18453c05e1907b425b11edf4802a6448754 (diff)
some more stuff
Diffstat (limited to 'org.fox.epube/src/main/AndroidManifest.xml')
-rw-r--r--org.fox.epube/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.epube/src/main/AndroidManifest.xml b/org.fox.epube/src/main/AndroidManifest.xml
index c2fe4db..45bc158 100644
--- a/org.fox.epube/src/main/AndroidManifest.xml
+++ b/org.fox.epube/src/main/AndroidManifest.xml
@@ -13,7 +13,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
- <activity android:name=".MainActivity">
+ <activity
+ android:name=".MainActivity"
+ android:configChanges="orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />