2014年2月20日

点击其他地方界面消失

摘要: AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage(summary); builder.setCancelable(true); Dialog dialog = builder.create(); dialog.setCanceledOnTouchOutside(true); dialog.show(); 阅读全文

posted @ 2014-02-20 17:36 clarenceV1 阅读(152) 评论(0) 推荐(0)

获取manifest中参数信息的方法

摘要: /**获取AppKey*/ public String getMetaValue() { Bundle metaData = null; String apiKey = null; try { ApplicationInfo ai =getPackageManager().getApplicationInfo( getPackageName(), PackageManager.GET_META_DATA); if (null != ai) { ... 阅读全文

posted @ 2014-02-20 17:00 clarenceV1 阅读(696) 评论(0) 推荐(0)

导航