在我的应用程序中我需要检查设备是否可被发现,并且开启或关闭了bletooth我应用了这样的代码
bluetoothenable=Settings.Secure.getInt(myContext.getContentResolver(),
android.provider.Settings.Secure.BLUETOOTH_ON);
在设置中我检查蓝牙但是可发现时,它给出了真正的价值 我添加此代码
bluetooth=Settings.System.getInt(myContext.getContentResolver(),
android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY);
它给我设置未找到异常,而不是我查看的任何值
android.provider.Settings.System
它会出现此错误如果我们无法读取设置值
android.provider.Settings.System
?