标签: java android eclipse android-bluetooth pairing
我发现此代码称为Pairing Dialog:
Method createBondMethod = Class.forName("android.bluetooth.BluetoothDevice").getMethod("createBond"); createBondMethod.invoke(btDevice);
任何人都可以解释,为什么要使用反射?