Files
briar/briar-android/res/xml/settings_debug.xml
2016-04-28 16:44:01 +12:00

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>