mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
19 lines
614 B
XML
19 lines
614 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2018 Nicolas Fella <nicolas.fella@gmx.de>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
-->
|
|
|
|
<PreferenceScreen xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
tools:keep="@xml/telephonyplugin_preferences">
|
|
|
|
<EditTextPreference
|
|
android:dialogMessage="@string/telephony_pref_blocked_dialog_desc"
|
|
android:key="telephony_blocked_numbers"
|
|
android:title="@string/telephony_pref_blocked_title" />
|
|
|
|
</PreferenceScreen>
|