检查是否支持多点触摸
public boolean supportsMultitouch( AndroidApplication activity )
?{?
??return activity.getPackageManager().hasSystemFeature( "android.hardware.touchscreen.multitouch" );??
?}
?
这个也可以用来检测是否支持相机
发布时间: 2012-09-08 10:48:07 作者: rapoo
检查是否支持多点触摸
public boolean supportsMultitouch( AndroidApplication activity )
?{?
??return activity.getPackageManager().hasSystemFeature( "android.hardware.touchscreen.multitouch" );??
?}
?
这个也可以用来检测是否支持相机