请帮助我如何在Libgdx线程中运行以下代码-在render()、create()等...publicclassMyGameimplementsApplicationListener,InputProcessor{...IntentdiscoverableIntent=newIntent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);discoverableIntent.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION,300);startActivity(discoverableI