我写了个蓝牙的监听器 也按照文档添加了 接收器
<receiver android:name="uts.sdk.modules.qtClock.BluetoothReceiver" android:exported="true">
<intent-filter>
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
</intent-filter>
</receiver>
W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "uts.sdk.modules.qtClock.BluetoothReceiver"
就很神奇
2***@qq.com (作者)
我搞定啦 说是安卓弃用了
2024-10-16 16:43