[안드로이드] 지원 센서 확인 (Checking supported sensors in Android - SensorManager)
지원 센서 (Supported Sensor) /** * A constant describing an accelerometer sensor type. See * {@link android.hardware.SensorEvent#values SensorEvent.values} for more * details. */ public static final int TYPE_ACCELEROMETER = 1; /** * A constant describing a magnetic field sensor type. See * {@link android.hardware.SensorEvent#values SensorEvent.values} for more * details. */ public static final int T..
2014. 6. 12. 21:22