摘要: adb查看logcat adb logcat :* *:S 查看指定TAG的Logadb查看最上层activity:linux: adb shell dumpsys activity | grep "mFocusedActivity"windows: adb shell dumpsys activity | findstr "mFocusedActivity"adb修改可读可写权限#mount#... 阅读全文
posted @ 2016-09-09 17:05 一样菜 阅读(180) 评论(0) 推荐(0) 编辑
摘要: String title = "\n\""+itemInfo.itemSSID+"\" "; View password_view = AppData.inflater.inflate(R.layout.wifi_cancel_connect, null); TextView password_ti 阅读全文
posted @ 2016-09-09 16:20 一样菜 阅读(660) 评论(0) 推荐(0) 编辑
摘要: String title = ""; if(itemInfo!=null) title = "\n\""+itemInfo.itemSSID+"\" "; else title = "\n\""+ssid+"\" "; title += getResources().getString(R.string.network_wifi_password_error_info... 阅读全文
posted @ 2016-09-09 11:42 一样菜 阅读(1369) 评论(0) 推荐(0) 编辑