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.
当我的手机连接特定的 bt 设备时,有没有办法运行像 spotify 这样的程序。我的车上有 bt 立体声,我希望我的手机开始播放来自 spotify 的音乐。
您可以创建一个BroadcastReceiver来监听 BT 设备的连接,然后启动一个Intent来启动 Spotify。您需要弄清楚要启动哪个 Intent 才能激活应用程序。
BroadcastReceiver
Intent