Install apps silently, with granted INSTALL_PACKAGES permission

后端 未结 16 2253
梦谈多话
梦谈多话 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 10:58

    you can use this in terminal or shell

    adb shell install -g MyApp.apk
    

    see more in develope google

提交回复
热议问题