diff options
Diffstat (limited to 'res/xml/bluetooth_device_advanced.xml')
-rw-r--r-- | res/xml/bluetooth_device_advanced.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/res/xml/bluetooth_device_advanced.xml b/res/xml/bluetooth_device_advanced.xml index 8d2261c..75c89ca 100644 --- a/res/xml/bluetooth_device_advanced.xml +++ b/res/xml/bluetooth_device_advanced.xml @@ -18,19 +18,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/bluetooth_device_advanced_title"> - <EditTextPreference - android:key="rename_device" - android:title="@string/bluetooth_device_advanced_rename_device" - android:order="20" - android:persistent="false" /> - - <Preference - android:key="unpair" - android:title="@string/bluetooth_device_context_unpair" - android:order="40" - android:persistent="false" - /> - <PreferenceCategory android:key="profile_container" android:order="100" |