@RequiresPermission("android.permission.BLUETOOTH")
public synchronized void onResume() {
super.onResume();
Log.d(TAG, "+ ON RESUME +");
if(this.mBtService != null && this.mBtService.getState() == 0) {
this.mBtService.start();
}
}
BluetoothPlugin.java 文件源码
java
阅读 37
收藏 0
点赞 0
评论 0
项目:UnityBluetoothPlugin
作者:
评论列表
文章目录