예제 #1
0
 /** 获取主线程的handler */
 public static Handler getHandler() {
   return BaseApplication.getBaseHandler();
 }
예제 #2
0
 public static Thread getMainThread() {
   return BaseApplication.getMainThread();
 }
예제 #3
0
 public static long getMainThreadId() {
   return BaseApplication.getMainThreadId();
 }
예제 #4
0
 public static Context getContext() {
   return BaseApplication.getBaseApplicationContext();
 }