Advertisement
techmik

LightsService

Sep 26th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. private void initSettings() {
  2. boolean ledAlwaysOnEnabled = (Settings.System.getInt(mContext.getContentResolver(),
  3. Settings.System.NOTIFICATION_LIGHT_ALWAYS_ON, 0) == 1);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement