Merge branch 'fix-panic-mode' into 'master'

export PanicResponderActivity to make panic mode work again

See merge request fdroid/fdroidclient!1360
This commit is contained in:
Hans-Christoph Steiner
2024-03-12 14:49:30 +00:00

View File

@@ -99,7 +99,7 @@
<activity
android:name=".panic.PanicResponderActivity"
android:exported="false"
android:exported="true"
android:noHistory="true"
android:theme="@android:style/Theme.NoDisplay">