mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
14 lines
432 B
XML
14 lines
432 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/pref_preferences">
|
|
|
|
<ListPreference
|
|
android:title="@string/pref_media_encryption"
|
|
android:key="@string/pref_media_encryption_key"
|
|
android:defaultValue="@string/pref_media_encryption_default" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|