gpt4 book ai didi

java - 安卓蓝牙配对: How to make sure to get bluetooth pairing request in the front dialog instead of a notification?

转载 作者:行者123 更新时间:2023-12-02 01:44:26 24 4
gpt4 key购买 nike

此外,如果我收到通知,是否有办法以编程方式单击它并将配对请求置于前面?

最佳答案

要了解原因和内容,请查看此处: Bluetooth pairing request on notification bar?

如果您了解该解决方案并且它适合您的应用程序,那么该解决方案非常简单:

private void feintBluetoothDeviceDiscovery() {
BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter();
btAdapter.startDiscovery();
btAdapter.cancelDiscovery();
}

在尝试配对或连接蓝牙设备之前调用 feintBluetoothDeviceDiscovery()。弹出窗口应该出现在前面。

我们在自动化测试中也遇到了这个问题。仅显示为通知的配对请求是一个痛苦。感谢同事分享代码。

关于java - 安卓蓝牙配对: How to make sure to get bluetooth pairing request in the front dialog instead of a notification?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32468062/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com