summaryrefslogtreecommitdiff
path: root/android/source/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/AndroidManifest.xml')
-rw-r--r--android/source/AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml
index 7721c6971dc6..d49771ab9d3f 100644
--- a/android/source/AndroidManifest.xml
+++ b/android/source/AndroidManifest.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.libreoffice"
- android:installLocation="${installLocation}">
+ package="org.libreoffice">
<!-- App requires OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
@@ -23,6 +22,8 @@
android:label="@string/app_name"
android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@style/LibreOfficeTheme">
+ <!-- android:windowSoftInputMode="adjustResize" -->
+
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.EDIT" />