java - Android BluetoothDevice Reflection -
i have found several examples of using reflection call methods on instances of android's bluetoothdevice objects.(http://developer.android.com/reference/android/bluetooth/bluetoothdevice.html)
example: how unpair or delete paired bluetooth device programmatically on android?
can methods invoked directly on object instances? found in documentation bluetoothdevice:
"this class thin wrapper bluetooth hardware address. objects of class immutable. operations on class performed on remote bluetooth hardware address, using bluetoothadapter used create bluetoothdevice."
does imply reflection necessary invoke methods? why code uses consistently use reflection these objects?
Comments
Post a Comment