From ffc1d2d36ff2ea8e5280f6ef145677c117727169 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 19 Jan 2023 19:43:53 +0100 Subject: [PATCH] Export main activity as required by Android 12 Should fix the binary factory build. --- mobile/android/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/android/AndroidManifest.xml b/mobile/android/AndroidManifest.xml index d0f6c01ce..186be8418 100644 --- a/mobile/android/AndroidManifest.xml +++ b/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">