我们知道,安内斯·索菲斯有一些限制,可随意操作设备硬件,正如它表明用户的意图,即需要YES才能返回具体意图,即:
Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
startActivityForResult(enableBtIntent, 1);
I want to hide this intent from user, and want to return true, as if user click YES, is there any way to code like this ?
我不要求未经许可就前往蓝色洋,如<条码>米布罗·托帕特。 我必须隐瞒与这一意图相同的另一种意图。
希望的人可以引导我正确的方式。 提前感谢。