diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 389af20..54df988 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -197,4 +197,10 @@ <!-- Boolean indicating if restoring network selection should be skipped --> <!-- The restoring is handled by modem if it is true --> <bool translatable="false" name="skip_restoring_network_selection">true</bool> + + <!-- Boolean indicating if current platform supports bluetooth wide band + speech --> + <bool name="config_bluetooth_wide_band_speech">false</bool> + + <bool name="config_ui_enableFadingMarquee">false</bool> </resources> |