diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/source/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 54ab1d4ba7c0..97db04865f1e 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" + android:installLocation="${installLocation}" package="org.libreoffice"> <!-- App requires OpenGL ES 2.0 --> @@ -14,7 +15,6 @@ android:allowBackup="true" android:extractNativeLibs="${extractNativeLibs}" android:icon="@mipmap/ic_launcher" - android:installLocation="${installLocation}" android:label="@string/app_name" android:theme="@style/LibreOfficeTheme" android:debuggable="true" |