Files
briar/briar-android/res/xml/settings_debug.xml
2016-03-11 21:06:06 +00:00

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>