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