mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Merge branch '909-restrict-access-to-panic-prefs' into 'master'
Don't allow other apps to open the panic prefs activity See merge request !503
This commit is contained in:
@@ -357,13 +357,12 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".android.panic.PanicPreferencesActivity"
|
android:name=".android.panic.PanicPreferencesActivity"
|
||||||
android:label="@string/panic_setting">
|
android:label="@string/panic_setting"
|
||||||
<intent-filter>
|
android:parentActivityName=".android.settings.SettingsActivity">
|
||||||
<action android:name="info.guardianproject.panic.action.CONNECT"/>
|
<meta-data
|
||||||
<action android:name="info.guardianproject.panic.action.DISCONNECT"/>
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
|
android:value=".android.settings.SettingsActivity"
|
||||||
<category android:name="android.intent.category.DEFAULT"/>
|
/>
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
Reference in New Issue
Block a user