ペアリング ダイアログを呼び出す次のコードを見つけました。
Method createBondMethod = Class.forName("android.bluetooth.BluetoothDevice").getMethod("createBond");
createBondMethod.invoke(btDevice);
なぜリフレクションが使用されるのか、誰でも説明できますか?
ペアリング ダイアログを呼び出す次のコードを見つけました。
Method createBondMethod = Class.forName("android.bluetooth.BluetoothDevice").getMethod("createBond");
createBondMethod.invoke(btDevice);
なぜリフレクションが使用されるのか、誰でも説明できますか?