linphone-android/res/xml/settings.xml
2013-10-04 16:08:32 +02:00

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>