Remove device_specific_settings category from main preferences

All devices are now handled by their device specific preferences
This commit is contained in:
Daniele Gobbetti
2024-08-25 20:20:52 +00:00
committed by José Rebelo
parent e74f9c2a3d
commit 7d9f8704c9
-11
View File
@@ -266,17 +266,6 @@
</PreferenceCategory>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/preferences_category_device_specific_settings"
app:iconSpaceReserved="false">
<Preference
android:icon="@drawable/ic_device_pebble"
android:key="pref_key_pebble"
android:title="@string/pref_title_pebble_settings">
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_header_auto_export"