refactor(device-settings): Fold Conversation Awareness and Sleep Detection into Reactions

AAP vs BLE is an implementation detail. From a user perspective these are 'when X happens, do Y' toggles like Auto Play/Pause. Gate them on device.isAapConnected so they stay hidden on phones without L2CAP support, avoiding confusion. The separate 'Smart features' section and its string resource are removed.
This commit is contained in:
darken
2026-04-14 14:39:01 +02:00
committed by Matthias Urhahn
parent 2f3cae2b2c
commit c28502fc8a
2 changed files with 26 additions and 35 deletions
-1
View File
@@ -444,7 +444,6 @@
<string name="device_settings_aap_unavailable_description">This phone\'s Bluetooth does not support the connection required for advanced AirPods settings.</string>
<string name="device_settings_category_sound_label">Sound</string>
<string name="device_settings_category_controls_label">Controls</string>
<string name="device_settings_category_smart_features_label">Smart features</string>
<string name="device_settings_nc_one_airpod_label">Noise Cancellation with One AirPod</string>
<string name="device_settings_nc_one_airpod_description">Keep noise cancellation active with only one AirPod</string>
<string name="device_settings_personalized_volume_label">Personalized Volume</string>