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.
我正在开发一个 android 应用程序,该应用程序需要能够在收到另一部手机的蓝牙消息后在一部手机上切换设置。我需要知道如何制作,以便在收到消息时打开我的应用程序以处理请求。与 nfc 标签的工作方式类似,您可以使用它启动应用程序,然后读取标签上的数据。我需要能够启动我的应用程序,然后读取蓝牙消息中的数据。谢谢您的帮助。
该消息无法直接启动应用程序,您必须设计一个后台服务来监听蓝牙消息并触发应用程序。
此外,您可以在启动时使用广播接收器启动此服务