在这个中间涉及到Notification的尺寸的图片尺寸。SmallIconSize
You should check to see that your small icon follows the UX guidelines for icon size. Small icons are limited to 24x24dp.
大图片尺寸可以通过命令获取,得到宽高均为64dp。
int width = (int) getResources().getDimension(android.R.dimen.notification_large_icon_width);
int height = (int) getResources().getDimension(android.R.dimen.notification_large_icon_height);
6.1 查看模拟器的端口如5554。
telnet localhost 5554
6.2 使用命令调节电量。
power capacity 81
其他的power的子命令如下
display display battery and charger state
ac set AC charging state
status set battery status
present set battery present state
health set battery health state
capacity set battery capacity state