Name the manifest the same as the appdata

remotes/origin/Applications/18.08
Aleix Pol 8 years ago
parent e090125cda
commit 8bf756c041
  1. 2
      mobile/android/AndroidManifest.xml

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest package="org.kde.okularkirigami" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.3.0" android:versionCode="9" android:installLocation="auto">
<manifest package="org.kde.okular.kirigami" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.3.0" android:versionCode="9" android:installLocation="auto">
<application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Okular" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name="org.kde.something.OpenFileActivity"

Loading…
Cancel
Save