Warning, /network/kdeconnect-android/res/xml/shareplugin_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: 2023 Albert Vaca Cintora <albertvaka@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/shareplugin_preferences">
0014 
0015     <SwitchPreference
0016         android:id="@+id/share_destination_customize"
0017         android:defaultValue="false"
0018         android:key="share_destination_custom"
0019         android:summaryOff="@string/share_destination_customize_summary_disabled"
0020         android:summaryOn="@string/share_destination_customize_summary_enabled"
0021         android:title="@string/share_destination_customize" />
0022 
0023     <Preference
0024         android:id="@+id/share_destination_folder_preference"
0025         android:key="share_destination_folder_preference"
0026         android:title="@string/share_destination_folder_preference" />
0027 
0028     <SwitchPreference
0029         android:id="@+id/share_notification_preference"
0030         android:defaultValue="true"
0031         android:key="share_notification_preference"
0032         android:summary="@string/share_notification_preference_summary"
0033         android:title="@string/share_notification_preference" />
0034 
0035 </PreferenceScreen>