mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Includes code from https://github.com/consp1racy/android-support-preference License: Apache License v2.0
19 lines
405 B
XML
19 lines
405 B
XML
<?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> |