mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
23 lines
486 B
XML
23 lines
486 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>
|
|
|
|
<Preference
|
|
android:key="send_feedback"
|
|
android:title="Send feedback"/>
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |