问题
i have a question about Hardware Acceleration on Android. Do the device's android API level >= 11 means it must support Hardware Acceleration??
If not, does there exist a way to detect whether the device support Hardware Acceleration?
Thanks
回答1:
You can enable or desable hardware acceleration from many Level, see this link for more info visit: http://developer.android.com/guide/topics/graphics/hardware-accel.html. From View you can test hardware acceleration using for example: View.isHardwareAccelerated()
来源:https://stackoverflow.com/questions/12481198/hardware-acceleration-supported-device-list