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,