that_person

Android Example: HandlerThread (via http://goo.gl/xCVP93)

Aug 27th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. HandlerThread thr = new HandlerThread("SystemUI StorageNotification");
  2. thr.start();
  3. mAsyncEventHandler = new Handler(thr.getLooper());
Add Comment
Please, Sign In to add comment