diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-11-09 16:30:39 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-09 16:30:39 +0000 |
| commit | b50a309edff1fc952e8168a413470f14fbfda2d3 (patch) | |
| tree | 86a093a8319f5443cade52028012b68f139b0d04 | |
| parent | 34aa431c18ba8d0caf78199675ebf9d29a39d34d (diff) | |
| parent | 0b1503fda277c3f25059bc8350d2fa8813ee9077 (diff) | |
Merge "DO NOT MERGE Disable Hearing Aids Profile for Pixel 3" into pi-dev
| -rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml index e403105..087e238 100644 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -29,5 +29,5 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <resources> <bool name="profile_supported_sap">true</bool> - <bool name="profile_supported_hearing_aid">true</bool> + <bool name="profile_supported_hearing_aid">false</bool> </resources> |
