摘要:
只要在onCreate中加入如下代码即可,这里使用了反射: try { ViewConfiguration config = ViewConfiguration.get(this); Field menuKeyField = ViewConfiguration.class.getDeclaredField("sHasPermanentMenuKey"); if(menuKeyField != null) { menuKeyField.setAccess... 阅读全文
posted @ 2013-04-03 12:22
子衿鄭風
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号