摘要:
获取android当前系统的时间是否是使用24小时格式之前在网上查到一些资料,使用如下方式进行判断: ContentResolver c = context.getContentResolver(); String strTimeFormat = android.provider.Settings.System.getString(c, android.provider.Settings.System.TIME_12_24); if(strTimeFormat.equals("24")){ if( Log.isLogga... 阅读全文