Export main activity as required by Android 12

Should fix the binary factory build.
remotes/origin/work/svuorela/remove-write-only-variable-1
Volker Krause 3 years ago
parent 00d3073574
commit ffc1d2d36f
  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