mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Add link account in xml
This commit is contained in:
parent
bc08f8da6c
commit
ca13ff87b9
1 changed files with 5 additions and 0 deletions
|
|
@ -91,6 +91,11 @@
|
|||
android:title="@string/pref_friendlist_subscribe"
|
||||
android:key="@string/pref_friendlist_subscribe_key"
|
||||
android:persistent="false"/>
|
||||
|
||||
<Preference
|
||||
android:title="@string/pref_link_account"
|
||||
android:key="@string/pref_link_account_key"
|
||||
android:persistent="false"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue