Warning, /network/kdeconnect-android/res/xml/sftpplugin_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: 2019 Erik Duisters <e.duisters1@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:tools="http://schemas.android.com/tools"
0010     xmlns:android="http://schemas.android.com/apk/res/android"
0011     tools:keep="@xml/sftpplugin_preferences">
0012     <PreferenceCategory
0013         android:key="@string/sftp_preference_key_preference_category"
0014         android:title="@string/sftp_preference_configured_storage_locations"
0015         android:persistent="false">
0016     </PreferenceCategory>
0017 
0018     <org.kde.kdeconnect.Plugins.SftpPlugin.StoragePreference
0019         android:key="key_sftp_add_storage"
0020         android:icon="@drawable/ic_add"
0021         android:title="@string/sftp_preference_add_storage_location_title"
0022         android:persistent="false"/>
0023 </PreferenceScreen>