Fix settings menu Intents in debug build
This commit is contained in:
21
app/src/debug/res/xml/settings_headers_legacy.xml
Normal file
21
app/src/debug/res/xml/settings_headers_legacy.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user