SSL Cert from letsencrypt.org
free ssl cert from https://letsencrypt.org/script with it:new => https://acme.sh/old => https://github.com/Neilpang/le
free ssl cert from https://letsencrypt.org/script with it:new => https://acme.sh/old => https://github.com/Neilpang/le
免费starsslwosign收费https://www.gogetssl.com/https://cheapsslsecurity.com/https://www.ssl2buy.com/ssl-discount-offers/更新:現在 wosign 和 startssl 都不能推薦了。
AC/USB/Wireless charging type checker file: packages/apps/Settings/src/com/android/settings/Utils.java function: getBatteryStatus public static String getBatteryStatus(Resources res, Intent batteryChangedIntent) { final Intent intent = batteryChangedIntent; int plugType = intent.getIntExtra("plugged", 0); int status = intent.getIntExtra("status", BatteryManager.BATTERY_STATUS_UNKNOWN); String statusString; if (status == BatteryManager.BATTERY_STATUS_CHARGING) { statusString = res.getString(R.string.battery_info_status_charging); if (plugType > 0) { int resId; if (plugType == BatteryManager.BATTERY_PLUGGED_AC) { resId = R.string.battery_info_status_charging_ac; } else if (plugType == BatteryManager.BATTERY_PLUGGED_USB) { resId = R.string.battery_info_status_charging_usb; } else { resId = R....
直接上链接:长按电源键,为Android手机添加自动重启ItemMTKAndroid4.2.2添加重启功能
file: /base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.javafunction: addStatusBarWindow()use: hide status bar with height as 0 show status bar with height as getStatusBarHeight()fix black bar in top when hide statusbarxml: /base/core/res/res/values/dimens.xmlchange line status_bar_height 25dip => 0dip