From c96ee67020cad6a52276bc6ba400cde2ca927cbc Mon Sep 17 00:00:00 2001 From: Haijie Hong Date: Thu, 6 Mar 2025 17:23:16 +0800 Subject: Send opp uri information to device picker and nearby component Bug: 395796600 Bug: 397852103 Test: atest BluetoothOppLauncherActivityTest Flag: com.android.bluetooth.flags.send_opp_device_picker_extra_intent Ignore-AOSP-First: merge conflict Change-Id: Ie0bb8957308d04ea8625ae3678a1cea0d5585a54 --- flags/opp.aconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'flags') 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 + } +} -- cgit v1.2.3-59-g8ed1b