检查是否支持多点触摸
public boolean supportsMultitouch( AndroidApplication activity ) ?{???return activity.getPackageManager().hasSystemFeature( "android.hardware.touchscreen.multitouch" );???}
?
这个也可以用来检测是否支持相机