设置屏幕显示密度

Intent mIntent1 = new Intent("android.ido.intent.action.lcddensity");
mIntent1.putExtra("density","160");//160,240,260,320
sendBroadcast(mIntent1);
systemReboot(false);
文档更新时间: 2021-11-10 11:23   作者:Aeeditor