diff options
author | 2025-03-16 20:26:14 -0700 | |
---|---|---|
committer | 2025-03-16 20:26:14 -0700 | |
commit | 77bd5555fb8c1ed269139449a4893cbb293c24a6 (patch) | |
tree | 1259c6e5ee3513446f210546506d1e6cf870d353 /flags | |
parent | 084f6ced41f860f06e50e316f9e8d2bce1df5388 (diff) | |
parent | c96ee67020cad6a52276bc6ba400cde2ca927cbc (diff) |
Merge "Send opp uri information to device picker and nearby component" into main
Diffstat (limited to 'flags')
-rw-r--r-- | flags/opp.aconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/flags/opp.aconfig b/flags/opp.aconfig index 73604961fe..6d1a13bf21 100644 --- a/flags/opp.aconfig +++ b/flags/opp.aconfig @@ -41,3 +41,20 @@ flag { } } +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 + } +} |