Warning, /network/kdeconnect-android/res/xml/runcommand_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 Philip Cohn-Cort <cliabhach@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/runcommand_preferences">
0014 
0015     <org.kde.kdeconnect.Helpers.LongSummaryPreferenceCategory
0016         android:title="@string/runcommand_category_device_controls_title"
0017         android:key="@string/runcommand_category_device_controls"
0018         android:summary="@string/runcommand_device_controls_summary"
0019         >
0020 
0021         <SwitchPreference
0022             android:id="@+id/runcommand_name_as_title_preference"
0023             android:defaultValue="true"
0024             android:key="@string/set_runcommand_name_as_title"
0025             android:summary="Name -> title"
0026             android:summaryOff="Name -> subtitle"
0027             android:title="@string/runcommand_name_as_title_title"
0028             />
0029 
0030     </org.kde.kdeconnect.Helpers.LongSummaryPreferenceCategory>
0031 
0032 </PreferenceScreen>