Export main activity as required by Android 12

Should fix the binary factory build.
remotes/origin/release/22.12
Volker Krause 3 years ago
parent 1403850fcf
commit 463b5d223e
  1. 3
      mobile/android/AndroidManifest.xml

@ -8,7 +8,8 @@
android:name="org.kde.something.OpenFileActivity"
android:label="Okular"
android:hardwareAccelerated="true"
android:screenOrientation="unspecified">
android:screenOrientation="unspecified"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

Loading…
Cancel
Save