Android:扩展通过反射获得的隐藏类

时间:2012-12-27 13:21:26

标签: android inheritance reflection bluetooth bluetooth-lowenergy

如何扩展只能通过反射访问的类?

基本上,我正在尝试扩展Galaxy S3中的com.samsung.bluetoothle.BluetoothLEClientProfile类,以便与我的蓝牙LE设备进行通信。该类是隐藏的,我需要扩展它。

1 个答案:

答案 0 :(得分:3)

在项目中的右侧包(com.samsung.bluetoothle)中添加一个虚拟类,然后对其进行扩展。在运行时,系统类将被加载,您应该获得所需的行为。