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.
我想问是否有任何方法可以在当前活动中切换到系统的默认蓝牙活动,就像我们去设置>无线和网络>蓝牙设置时那样?
有
Intent settingsIntent = new Intent(android.provider.Settings.ACTION_BLUETOOTH_SETTINGS); startActivity(settingsIntent);
您可能还会发现文档很有用
蓝牙文档