summaryrefslogtreecommitdiff
path: root/android/source
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 12:05:28 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 12:09:11 +0100
commit538d4038dbaf4ed023ece6840e11cf7c7e51862f (patch)
tree07953dc2984ce374bf190d6e078a602d410bd1c0 /android/source
parent2672262e4a65a2dd8ec0253791c920cce1329b25 (diff)
android: Fixes to AndroidManifest
Change-Id: I661b3de74066831f22757b587e8b367913030573 (cherry picked from commit 613ef01748bd155653954f1effe00e395ba38a3b)
Diffstat (limited to 'android/source')
-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" />