Exemplo n.º 1
0
 /**
  * 返回当前屏幕状态
  *
  * @return
  */
 public static String getScreenOrientation() {
   return LSystem.getScreenOrientation(getActivity());
 }