Files
i2p.i2p-bote.android/res/xml/settings_headers_legacy.xml

16 lines
608 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.SettingsActivity"
android:targetPackage="i2p.bote" />
</Preference>
<Preference android:title="@string/pref_title_change_password" >
<intent
android:targetClass="i2p.bote.SetPasswordActivity"
android:targetPackage="i2p.bote" />
</Preference>
</PreferenceScreen>