Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能强制向用户显示对话框以输入 PIN。
我有一个条形码阅读器,在服务器端(我认为),他需要获取 PIN 码。但问题是所有 2.2 以上的机器人都不会显示对话框。(2.2. 显示对话框和配对都可以)。
在我的代码中,我发现了设备,下一步是配对。
我会很感激你给我一些解释
一个简单的答案是NOPIN dialog ,因为它是系统生成的,所以无法强制用户进入。
PIN dialog
您可以创建自己的系统检查蓝牙配对。BroadCastReceiver 将在这件事上为您提供帮助。