Advertisement
techmik

Untitled

Jul 11th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /**
  2. * Torch state (flashlight)
  3. * @hide
  4. */
  5. public static final String TORCH_STATE = "torch_state";
  6. /**
  7. * Pointer speed setting.
  8. * This is an integer value in a range between -7 and +7, so there are 15 possible values.
  9. * -7 = slowest
  10. * 0 = default speed
  11. * +7 = fastest
  12. * @hide
  13. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement