简体   繁体   中英

Install .apk without User action

I have one requirement of installing the apk without user intervention.

I know there is very straight forward way to install the apk programmatically but that requires the user action. I want the way where user action is not required and that will happen in background.

It is required because the user will have mandatory to install the apk.

I think there is no easy way to do this and it may require to write the own apk installer or some firmware.

Please share if you have some pointers on how to start with this.

Thanks in advance.

如果要在没有用户交互的情况下安装apk,而不是将移动电缆插入计算机,并在sdk AS中运行代码,并且将项目安装在仿真器上,它将自动安装在Devise上,也请尝试此操作。

在设备上实际执行此操作的唯一可行选择是,使用具有自定义(系统化)系统映像的自己的android设备分发器和闪存设备,在系统分区上安装了“强制性” apk-运营商对其分类使用的方式不可移动的内置应用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM