mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Migrate settings to PreferenceFragmentCompat
Includes code from https://github.com/consp1racy/android-support-preference License: Apache License v2.0
This commit is contained in:
19
briar-android/res/xml/settings_debug.xml
Normal file
19
briar-android/res/xml/settings_debug.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="Debug">
|
||||
|
||||
<Preference
|
||||
android:title="Debug information">
|
||||
|
||||
<intent
|
||||
android:targetClass="org.briarproject.android.TestingActivity"
|
||||
android:targetPackage="org.briarproject"/>
|
||||
|
||||
</Preference>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user