Warning, /network/kdeconnect-android/res/xml/smsplugin_preferences.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2020 Aniket Kumar <anikketkumar786@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
0010     xmlns:tools="http://schemas.android.com/tools"
0011     android:layout_width="match_parent"
0012     android:layout_height="match_parent"
0013     tools:keep="@xml/smsplugin_preferences">
0014 
0015     <SwitchPreference
0016         android:id="@+id/group_message_preference"
0017         android:defaultValue="true"
0018         android:key="@string/set_group_message_as_mms"
0019         android:title="@string/set_group_message_as_mms_title" />
0020 
0021     <SwitchPreference
0022         android:id="@+id/long_text_message_preference"
0023         android:defaultValue="false"
0024         android:key="@string/set_long_text_as_mms"
0025         android:title="@string/set_long_text_as_mms_title" />
0026 
0027     <ListPreference
0028         android:id="@+id/convert_to_mms_after_preference"
0029         android:defaultValue="@string/convert_to_mms_after_default"
0030         android:entries="@array/convert_to_mms_after_entries"
0031         android:entryValues="@array/convert_to_mms_after_values"
0032         android:key="@string/convert_to_mms_after"
0033         android:summary="%s"
0034         android:title="@string/convert_to_mms_after_title" />
0035 
0036 </PreferenceScreen>