1.需要的权限:

 <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
    <uses-permission android:name="android.permission.BLUETOOTH"/>
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
View Code

相关文章:

  • 2021-11-18
  • 2021-10-06
  • 2022-12-23
  • 2021-08-22
  • 2021-12-11
  • 2021-12-05
  • 2021-12-15
  • 2022-01-15
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2021-07-29
  • 2021-07-20
  • 2022-12-23
  • 2021-04-19
  • 2021-07-12
相关资源
相似解决方案