Show a dialog if bluetooth key is missing when reconnecting

BUG: 360031750
Test: atest BluetoothKeyMissingDialogTest
Flag: com.android.settings.flags.enable_bluetooth_key_missing_dialog
Change-Id: Iab75675b4cd8fec7ab55516cd0f057a9c7d92f7e
This commit is contained in:
Haijie Hong
2024-08-26 11:21:49 +08:00
parent f94d376104
commit 34cf0cbea1
9 changed files with 596 additions and 0 deletions

View File

@@ -34,3 +34,13 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_bluetooth_key_missing_dialog"
namespace: "cross_device_experiences"
description: "Show a dialog if the bluetooth key is missing when reconnecting"
bug: "360031750"
metadata {
purpose: PURPOSE_BUGFIX
}
}