Install apps silently, with granted INSTALL_PACKAGES permission

后端 未结 16 2426
梦谈多话
梦谈多话 2020-11-22 10:32

I am trying to silently install apk into the system. My app is located in /system/app and successfully granted permission \"android.permission.INSTALL_PACKAGES\"

Ho

16条回答
  •  一生所求
    2020-11-22 11:11

    Its possible to do silent install on Android 6 and above. Using the function supplied in the answer by Boris Treukhov, ignore everything else in the post, root is not required either.

    Install your app as device admin, you can have full kiosk mode with silent install of updates in the background.

提交回复
热议问题