init static method

dynamic init()

Implementation

static init(){
  Log.i(tag, "init");
  checkLanguage();
  //定时检查语言是否变化
  startTimer();
}