Kaydet (Commit) 1470aaec authored tarafından Christian Lohmaier's avatar Christian Lohmaier

tdf#112190 installLocation should be specified in toplevel manifest

Thanks to Petr Vorel for catching this.
Fixes portion of 66518ead that added
back the android:installLocation placeholder

Change-Id: Ibd3333dfafb65fabcb5df3f7a6626a00f5d71bc9
üst ec262cbc
<?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"
......
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