Silent installation on Android devices

后端 未结 3 1954
抹茶落季
抹茶落季 2020-12-02 19:12

I\'ve accepted for a while now that it\'s impossible to silently install an application on Android - that is, to have a program install an application bundled as an APK with

3条回答
  •  攒了一身酷
    2020-12-02 19:16

    IF you can work out what the standard installer does when it installs, you can replicate that behaviour in your app, however yours would need quite extensive permissions to do everything properly.

    Seriously, don't even try.

提交回复
热议问题