Export main activity as required by Android 12

Should fix the binary factory build.
This commit is contained in:
Volker Krause 2023-01-19 19:43:53 +01:00
parent 00d3073574
commit ffc1d2d36f

View file

@ -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"/>