Skip to content

Instantly share code, notes, and snippets.

@pixelnerve
Created May 6, 2015 02:32
Show Gist options
  • Save pixelnerve/309eb59564721d5a7f40 to your computer and use it in GitHub Desktop.
Save pixelnerve/309eb59564721d5a7f40 to your computer and use it in GitHub Desktop.
// Missing enums from android sdk
enum {
ASENSOR_TYPE_ORIENTATION = 3,
ASENSOR_TYPE_ROTATION_VECTOR = 15,
ASENSOR_TYPE_LINEAR_ACCELERATION = 10,
ASENSOR_TYPE_GRAVITY = 9
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment