OSDN Git Service

Replace NOT_SUPPORTED string constants with empty strings.
authorSanket Agarwal <sanketa@google.com>
Mon, 18 Apr 2016 21:59:37 +0000 (14:59 -0700)
committerSanket Agarwal <sanketa@google.com>
Fri, 28 Oct 2016 02:16:25 +0000 (02:16 +0000)
commit0c71be918a515b621553586eaa78e0186c866452
tree2b646e5d9ea9face00237483ab6d7af7c07fd8dd
parentfda02ace5b71d4c6731c8b78b91739e771a942bc
Replace NOT_SUPPORTED string constants with empty strings.

AVRCP was defining default state strings as NOT_SUPPORTED and hence the
UI would show NOT_SUPPORTED as the string for album/song info when no
player is selected on the phone. Replacing these strings with empty
helps UI make a more informed decision.

Bug: b/28120051

Change-Id: Ia8017dce784160d637a6653f70addb5258e7871e
(cherry picked from commit a525ff9f10b2ee0cee3269ab6082ddf09441199d)
src/com/android/bluetooth/avrcp/AvrcpControllerClasses.java
src/com/android/bluetooth/avrcp/AvrcpControllerConstants.java
src/com/android/bluetooth/pbapclient/PbapClientService.java