1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +01:00

Added change-pod-option to SettingsActivity

This commit is contained in:
vanitasvitae 2016-06-18 21:45:23 +02:00
parent dbfa8692e8
commit 28bc94da44
3 changed files with 25 additions and 0 deletions

View file

@ -31,6 +31,11 @@
android:title="@string/pref_title_manage_contacts"
android:key="pref_key_manage_contacts">
</Preference>
<Preference
android:title="@string/pref_title_change_pod"
android:key="pref_key_change_pod">
</Preference>
</PreferenceCategory>
<!-- Networking -->