• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "opp_set_insets_for_edge_to_edge"
6    namespace: "bluetooth"
7    description: "Set proper insets in BluetoothOppTransferHistory to adapt to edge-to-edge."
8    bug: "378813445"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "update_opp_launcher_user_changed"
16    namespace: "bluetooth"
17    description: "Enable/disable OPP launcher when user changed"
18    bug: "389596902"
19    metadata {
20        purpose: PURPOSE_BUGFIX
21    }
22}
23
24flag {
25    name: "opp_remove_empty_group_notification"
26    namespace: "bluetooth"
27    description: "As a solution of removing empty group notification, don't use group summary anymore"
28    bug: "395546332"
29    metadata {
30        purpose: PURPOSE_BUGFIX
31    }
32}
33
34flag {
35    name: "opp_device_picker_extra_intent_apis"
36    is_exported: true
37    namespace: "bluetooth"
38    description: "New API to get the original intent in Bluetooth Device Picker"
39    bug: "395796600"
40}
41
42flag {
43    name: "send_opp_device_picker_extra_intent"
44    namespace: "bluetooth"
45    description: "Send the original intent when opening Bluetooth device picker"
46    bug: "397852103"
47    metadata {
48        purpose: PURPOSE_BUGFIX
49    }
50}
51