diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 696978de..390dc3a9 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -36,6 +36,10 @@ </PreferenceCategory> <PreferenceCategory android:title="Advanced settings"> - + <CheckBoxPreference + android:key="show_phone_selfcontact_picture" + android:title="Use Phones self contact picture" + android:summary="You may no longer be able to distinguish which account you are using in a conversation" + android:defaultValue="true"/> </PreferenceCategory> </PreferenceScreen> |