Can an Android app install another android app?

前端 未结 5 1876
闹比i
闹比i 2020-12-24 15:09

I was wondering if it was possible to have an android app which is already installed go and download another app and install it? I figure there could be security problems wi

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 15:34

    If your app is root privlaged you can move the apk you want to install into /data/app and it will install when the device reboots

提交回复
热议问题