Kaydet (Commit) 613ef017 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

android: Fixes to AndroidManifest

Change-Id: I661b3de74066831f22757b587e8b367913030573
üst e4130895
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libreoffice" package="org.libreoffice">
android:installLocation="${installLocation}">
<!-- App requires OpenGL ES 2.0 --> <!-- App requires OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" /> <uses-feature android:glEsVersion="0x00020000" android:required="true" />
...@@ -23,6 +22,8 @@ ...@@ -23,6 +22,8 @@
android:label="@string/app_name" android:label="@string/app_name"
android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@style/LibreOfficeTheme"> android:theme="@style/LibreOfficeTheme">
<!-- android:windowSoftInputMode="adjustResize" -->
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.EDIT" /> <action android:name="android.intent.action.EDIT" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment