mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
14 lines
394 B
XML
14 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="Root">
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/pref_preferences">
|
|
|
|
<ListPreference
|
|
android:title="@string/pref_media_encryption"
|
|
android:key="@string/lpconfig_sip_media_enc_key" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|