diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-13 12:05:28 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-13 12:07:22 +0100 |
commit | 613ef01748bd155653954f1effe00e395ba38a3b (patch) | |
tree | 4d792a417391a91c88621877fb86a51a3c4bc94b /android | |
parent | e4130895577106f0b7eb5530d4e1754794f53547 (diff) |
android: Fixes to AndroidManifest
Change-Id: I661b3de74066831f22757b587e8b367913030573
Diffstat (limited to 'android')
-rw-r--r-- | android/source/AndroidManifest.xml | 5 |
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" /> |