Skip to content

Instantly share code, notes, and snippets.

@j-onathan
Created August 27, 2014 15:35
Show Gist options
  • Save j-onathan/df4e821268b67e8410e5 to your computer and use it in GitHub Desktop.
Save j-onathan/df4e821268b67e8410e5 to your computer and use it in GitHub Desktop.
HandlerThread thr = new HandlerThread("SystemUI StorageNotification");
thr.start();
mAsyncEventHandler = new Handler(thr.getLooper());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment