OSDN Git Service

Bluetooth: Use "Disable" in-band ringing instead of "Enable"
authorJack He <siyuanh@google.com>
Thu, 7 Dec 2017 23:09:07 +0000 (15:09 -0800)
committerJack He <siyuanh@google.com>
Fri, 5 Jan 2018 01:23:57 +0000 (17:23 -0800)
commit7d563bd1de0944fe75511359b2dc431da278f79f
treec31a1b74fcacde76c51c9a58b820c07f323adf29
parent985b432fc03e1cc80fe2a33bd325f3483009684a
Bluetooth: Use "Disable" in-band ringing instead of "Enable"

* Given that in-band ringing is enabled by default on supported devices,
  the corresponding development settings should be rephrased from
  "Enable in-band ringing" to "Disable in-band ringing" to hint that it
  is enabled by default
* This also gets rid of special logic to check that option in
  initialization
* Add strings to reflect this change as well

Bug: 65383086
Test: make, try toggling the preference and verify whether in-band
ringing works or not

Change-Id: I29f91c7d12c725b12452ec163b75051ff28f500d
Merged-In: I29f91c7d12c725b12452ec163b75051ff28f500d
res/values/strings.xml
res/xml/development_prefs.xml
src/com/android/settings/development/DevelopmentSettings.java