mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 06:23:07 -04:00
[app] Export panic settings activity
otherwise Ripple can't launch it
This commit is contained in:
committed by
Michael Pöhn
parent
4bda69de4c
commit
bfee249d4e
@@ -80,11 +80,11 @@
|
||||
android:label="@string/swap"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".views.main.MainActivity"
|
||||
android:screenOrientation="portrait"></activity>
|
||||
android:screenOrientation="portrait" />
|
||||
|
||||
<activity
|
||||
android:name=".panic.PanicPreferencesActivity"
|
||||
android:exported="false"
|
||||
android:exported="true"
|
||||
android:label="@string/panic_settings"
|
||||
android:parentActivityName=".views.main.MainActivity">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user