1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "randomize_device_level_media_ids" 6 namespace: "bluetooth" 7 description: "Randomize the media id of device level nodes in our browse tree by attaching a randomized string after the UUID, each time a device connects" 8 bug: "332367017" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13 14flag { 15 name: "uncache_player_when_browsed_player_changes" 16 namespace: "bluetooth" 17 description: "Uncache media player items when changing to a new player so updated player contents can be fetched if we change back to the previous player" 18 bug: "337259487" 19 metadata { 20 purpose: PURPOSE_BUGFIX 21 } 22} 23