Skip to content

Commit

Permalink
BT: Enable Hearing Aid Profile support.
Browse files Browse the repository at this point in the history
The config flag to enable Hearing Aid Profile support
from frameworks is set to true.

CRs-Fixed: 2565454
Change-Id: I55d66cc06148b07bbbd10acf0b632d0168be2f9a
  • Loading branch information
Sumit Deshmukh committed Nov 13, 2019
1 parent 2ae4628 commit 10c03b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/java/android/util/FeatureFlagUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
DEFAULT_FLAGS.put(DYNAMIC_SYSTEM, "false");
DEFAULT_FLAGS.put(SEAMLESS_TRANSFER, "false");
DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "false");
DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "true");
DEFAULT_FLAGS.put(SCREENRECORD_LONG_PRESS, "false");
DEFAULT_FLAGS.put(PIXEL_WALLPAPER_CATEGORY_SWITCH, "false");
DEFAULT_FLAGS.put("settings_wifi_details_datausage_header", "false");
Expand Down
2 changes: 1 addition & 1 deletion core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<bool name="config_sendAudioBecomingNoisy">true</bool>

<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">false</bool>
<bool name="config_hearing_aid_profile_supported">true</bool>

<!-- Flag to disable all transition animations -->
<bool name="config_disableTransitionAnimation">false</bool>
Expand Down

0 comments on commit 10c03b5

Please sign in to comment.