* Jump Start Interface * 提示是否跳转设置自启动界面 */ private void jumpStartInterface() { try { AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage(R.string.app_user_auto_start); builder.setPositiveButton("急速设置", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { MobileInfoUtils.jumpStartInterface(MainActivity.this); } }); builder.setNegativeButton("临时不设置", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { dialog.dismiss(); } }); builder.setCancelable(false); builder.create().show(); } catch (Exception e) { } } } 附上三星Note5以及魅族4运行跳转的结不雅对象类中只有360手机未测试,其他的测试经由过程。
1.2 BOOTLOADER 体系启动法度榜样版本号:The system bootloader version number.
2.魅族4点击后跳转如下:

demo地址
查看Demo源码地址:https://github.com/HLQ-Struggle/SkipSelfStartManager
===============这是一条神奇的瓜分线===================
("OPPO")) { // OPPO R8205测试经由过程
componentName =ComponentName.unflattenFromString("com.oppo.safe/.permission.startup.StartupAppListActivity");
推荐阅读
首次参加MWC,亚信软件有新招儿?
亚信软件物联网营业负责人 徐健
【51CTO.com原创稿件】平日来说,企业选择参加哪些对外晃荡很大年夜程度上取决于当下的营业策略以及计谋导向。据懂得,亚信作为一个相对传统的软件厂商大年>>>详细阅读
本文标题:Android Study之跳转自启动管理页
地址:http://www.17bianji.com/lsqh/35887.html
1/2 1