当前位置: 首页 > news >正文 海南建设局网站网站开发工资济南 news 2025/10/30 2:04:25 海南建设局网站,网站开发工资济南,个人网站能允许做哪些,电子商务网站需要做那些准备工作近期开发上线一个常驻app#xff0c;项目已上线#xff0c;今天随笔记录一下静默安装相关内容。我分三篇静默安装#xff08;root版#xff09;、静默安装#xff08;无障碍版#xff09;、监听系统更新、卸载、安装。 先说说我的项目需求#xff1a;要求app一直运行项目已上线今天随笔记录一下静默安装相关内容。我分三篇静默安装root版、静默安装无障碍版、监听系统更新、卸载、安装。 先说说我的项目需求要求app一直运行通过指令进行自动安装并在安装成功后自动开启。行业人事都了解非root权限不可能无声无息的完成此要求。我分两步完成了此功能开发。今天记录一下root权限下实现静默安装app。 本文通过监听系统广播的方式实现静默安装后的自启动。 简单介绍一下相关广播 ACTION_PACKAGE_ADDED 一个新应用包已经安装在设备上数据包括包名最新安装的包程序不能接收到这个广播 ACTION_PACKAGE_REPLACED 一个新版本的应用安装到设备替换之前已经存在的版本 ACTION_PACKAGE_CHANGED 一个已存在的应用程序包已经改变包括包名 ACTION_PACKAGE_REMOVED 一个已存在的应用程序包已经从设备上移除包括包名正在被安装的包程序不能接收到这个广播 ACTION_PACKAGE_RESTARTED 用户重新开始一个包包的所有进程将被杀死所有与其联系的运行时间状态应该被移除包括包名重新开始包程序不能接收到这个广播 ACTION_PACKAGE_DATA_CLEARED 用户已经清楚一个包的数据包括包名清除包程序不能接收到这个广播 自定义广播 // 自定义广播 class BootService : BroadcastReceiver(){override fun onReceive(p0: Context?, p1: Intent?) {p1?.let {val action it.actionwhen(action){Intent.ACTION_PACKAGE_REPLACED,Intent.ACTION_PACKAGE_REPLACED -{p0?.let {con - {// 启动appval intent con.packageManager.getLaunchIntentForPackage(con.packageName)intent?.flags Intent.FLAG_ACTIVITY_NEW_TASKcon.startActivity(intent)}}}else - {}}}} }注册自定义的广播 receiverandroid:namecom.zhujing.nadedemospace.BootServiceandroid:enabledtrueandroid:exportedtrueintent-filter android:priority10000!--监听开机--action android:nameandroid.intent.action.BOOT_COMPLETED /category android:nameandroid.intent.category.DEFAULT //intent-filterintent-filter!--监听关机--action android:nameandroid.intent.action.ACTION_SHUTDOWN /action android:nameandroid.intent.action.REBOOT //intent-filterintent-filter!--监听安装、更新、卸载--action android:nameandroid.intent.action.PACKAGE_ADDED /action android:nameandroid.intent.action.PACKAGE_REPLACED /action android:nameandroid.intent.action.PACKAGE_REMOVED /!--固定格式注意:package为固定内容不可修改--data android:schemepackage //intent-filter/receiver到此就完成了。注意 1、com.zhujing.nadedemospace.BootService最好使用全路径注册以防自定义广播注册失败 2、 data android:schemepackage / package是固定内容不可修改 静默安装相关内容更新完毕欢迎各位同学指导…… 文章转载自: http://www.morning.c7496.cn.gov.cn.c7496.cn http://www.morning.ybmp.cn.gov.cn.ybmp.cn http://www.morning.pangucheng.cn.gov.cn.pangucheng.cn http://www.morning.lpyjq.cn.gov.cn.lpyjq.cn http://www.morning.xpzkr.cn.gov.cn.xpzkr.cn http://www.morning.nfccq.cn.gov.cn.nfccq.cn http://www.morning.rxnr.cn.gov.cn.rxnr.cn http://www.morning.tnhqr.cn.gov.cn.tnhqr.cn http://www.morning.tzlfc.cn.gov.cn.tzlfc.cn http://www.morning.qclmz.cn.gov.cn.qclmz.cn http://www.morning.fysdt.cn.gov.cn.fysdt.cn http://www.morning.kmldm.cn.gov.cn.kmldm.cn http://www.morning.rfbt.cn.gov.cn.rfbt.cn http://www.morning.rglzy.cn.gov.cn.rglzy.cn http://www.morning.ktlxk.cn.gov.cn.ktlxk.cn http://www.morning.cjrmf.cn.gov.cn.cjrmf.cn http://www.morning.tjjkn.cn.gov.cn.tjjkn.cn http://www.morning.qlznd.cn.gov.cn.qlznd.cn http://www.morning.c7629.cn.gov.cn.c7629.cn http://www.morning.fllx.cn.gov.cn.fllx.cn http://www.morning.wdhzk.cn.gov.cn.wdhzk.cn http://www.morning.kmqjx.cn.gov.cn.kmqjx.cn http://www.morning.xckdn.cn.gov.cn.xckdn.cn http://www.morning.sffwz.cn.gov.cn.sffwz.cn http://www.morning.hxxzp.cn.gov.cn.hxxzp.cn http://www.morning.xwgbr.cn.gov.cn.xwgbr.cn http://www.morning.dlrsjc.com.gov.cn.dlrsjc.com http://www.morning.qyfqx.cn.gov.cn.qyfqx.cn http://www.morning.kbfzp.cn.gov.cn.kbfzp.cn http://www.morning.xrsqb.cn.gov.cn.xrsqb.cn http://www.morning.lctrz.cn.gov.cn.lctrz.cn http://www.morning.rhkmn.cn.gov.cn.rhkmn.cn http://www.morning.nmyrg.cn.gov.cn.nmyrg.cn http://www.morning.nppml.cn.gov.cn.nppml.cn http://www.morning.qxjck.cn.gov.cn.qxjck.cn http://www.morning.mlpch.cn.gov.cn.mlpch.cn http://www.morning.ykgp.cn.gov.cn.ykgp.cn http://www.morning.jcwrb.cn.gov.cn.jcwrb.cn http://www.morning.qkrgk.cn.gov.cn.qkrgk.cn http://www.morning.bntgy.cn.gov.cn.bntgy.cn http://www.morning.dqpd.cn.gov.cn.dqpd.cn http://www.morning.dnycx.cn.gov.cn.dnycx.cn http://www.morning.rpljf.cn.gov.cn.rpljf.cn http://www.morning.skrh.cn.gov.cn.skrh.cn http://www.morning.hnrls.cn.gov.cn.hnrls.cn http://www.morning.gcftl.cn.gov.cn.gcftl.cn http://www.morning.lkkkf.cn.gov.cn.lkkkf.cn http://www.morning.dkcpt.cn.gov.cn.dkcpt.cn http://www.morning.xfhms.cn.gov.cn.xfhms.cn http://www.morning.cjqcx.cn.gov.cn.cjqcx.cn http://www.morning.fbjqq.cn.gov.cn.fbjqq.cn http://www.morning.ryfpx.cn.gov.cn.ryfpx.cn http://www.morning.qnxzx.cn.gov.cn.qnxzx.cn http://www.morning.fkffr.cn.gov.cn.fkffr.cn http://www.morning.nbrdx.cn.gov.cn.nbrdx.cn http://www.morning.fjscr.cn.gov.cn.fjscr.cn http://www.morning.gwmjy.cn.gov.cn.gwmjy.cn http://www.morning.wnjsp.cn.gov.cn.wnjsp.cn http://www.morning.yrhd.cn.gov.cn.yrhd.cn http://www.morning.llllcc.com.gov.cn.llllcc.com http://www.morning.xjwtq.cn.gov.cn.xjwtq.cn http://www.morning.tsynj.cn.gov.cn.tsynj.cn http://www.morning.hhqtq.cn.gov.cn.hhqtq.cn http://www.morning.ggmls.cn.gov.cn.ggmls.cn http://www.morning.pntzg.cn.gov.cn.pntzg.cn http://www.morning.mkyxp.cn.gov.cn.mkyxp.cn http://www.morning.hypng.cn.gov.cn.hypng.cn http://www.morning.wmdbn.cn.gov.cn.wmdbn.cn http://www.morning.cmqrg.cn.gov.cn.cmqrg.cn http://www.morning.klpwl.cn.gov.cn.klpwl.cn http://www.morning.lqpzb.cn.gov.cn.lqpzb.cn http://www.morning.lztrt.cn.gov.cn.lztrt.cn http://www.morning.mwmxs.cn.gov.cn.mwmxs.cn http://www.morning.xpwdf.cn.gov.cn.xpwdf.cn http://www.morning.msbct.cn.gov.cn.msbct.cn http://www.morning.pqqhl.cn.gov.cn.pqqhl.cn http://www.morning.tlbdy.cn.gov.cn.tlbdy.cn http://www.morning.rrhfy.cn.gov.cn.rrhfy.cn http://www.morning.gmmxh.cn.gov.cn.gmmxh.cn http://www.morning.pbksb.cn.gov.cn.pbksb.cn 查看全文 http://www.tj-hxxt.cn/news/261092.html 相关文章: 联谊会总结网站建设对外宣传漳州网站建设公司推荐 苏州网站开发公司招聘wordpress怎么获取数据库 国外网站 国内访问速度河北pc端网站开发 网站设计素材网站大全济南抖音seo python做网站前端最近三天的科技新闻 网站建设风格要求邢台做网站备案 巢湖城市建设投资有限公司网站中建集团 万网有域名怎么建网站wordpress 数据库下载 网站集约化建设推进情况推广seo是什么意思 培训网站制作网站python基础教程题库 php图书管理系统网站开发seo怎样才能优化网站 怎么自己搭建一个博客网站在线做gif图网站 新手怎样做网站wordpress免费企业主题 学校内部网站开发价格公司网页设计流程 大学社团做网站网站你懂我意思正能量晚上 自己做的网站能被别人看到吗在线生成网站地图 做网站要求的资料品牌设计概念 网站开发代理江苏网络机柜定制 网站调整方案海关年检要去哪个网站上做 团购网站开发语言网站建设哪家好首选万维科技 网站seo系统优化网络 俄文网站商城建设网站生成wap 网上做任务的网站有哪些wordpress评论特效 深圳人才网官方网站wordpress插件包 产品网站开发流程图公司门户网站该怎么做 齐齐哈尔做网站公司如何进行电子商务网站推广 网站排名系统哪个好你愿不愿意做我女朋友网站 哪做网站比较好洛阳网站建设内容 大连成品网站建设一般做网站带宽选择多大的 吕梁网站建设公司如何在本地安装部署 wordpress