Files
i2p.i2p-bote.android/app/src/debug/res/xml/settings_headers_legacy.xml
2014-12-17 02:39:50 +00:00

21 lines
896 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<Preference android:title="@string/pref_title_general" >
<intent
android:action="i2p.bote.PREFS_GENERAL"
android:targetClass="i2p.bote.android.config.SettingsActivity"
android:targetPackage="i2p.bote.android.debug" />
</Preference>
<Preference android:title="@string/pref_title_change_password" >
<intent
android:targetClass="i2p.bote.android.config.SetPasswordActivity"
android:targetPackage="i2p.bote.android.debug" />
</Preference>
<Preference android:title="@string/new_identity" >
<intent
android:targetClass="i2p.bote.android.config.EditIdentityActivity"
android:targetPackage="i2p.bote.android.debug" />
</Preference>
</PreferenceScreen>