Warning, /network/kdeconnect-android/res/xml/telephonyplugin_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: 2018 Nicolas Fella <nicolas.fella@gmx.de>
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/telephonyplugin_preferences">
0012 
0013     <EditTextPreference
0014         android:dialogMessage="@string/telephony_pref_blocked_dialog_desc"
0015         android:key="telephony_blocked_numbers"
0016         android:title="@string/telephony_pref_blocked_title" />
0017 
0018 </PreferenceScreen>