android.provider.Settings.System.TIME_12_24,有可能是三种,有一种是NULL

 ContentResolver cv = this.getContentResolver();

  String strTimeFormat = android.provider.Settings.System.getString(cv,

  android.provider.Settings.System.TIME_12_24);

  返回值strTimeFormat有三种可能一种是NULL,一种是24,另外一种是12.

有可能是三种,有一种是NULL,

posted @ 2012-09-18 09:53  shenbin23  阅读(2180)  评论(0)    收藏  举报