autoupdate of an application on non rooted device

2019-08-08 02:32发布

My question is.. Is it possible to silently auto update an application on a non rooted device? if the device is rooted then it updates my application with super user permission otherwise not. plz do rply thanks!

2条回答
再贱就再见
2楼-- · 2019-08-08 02:58

It's impossible to silently auto update an application on a non-rooted device. Android security model prevents this (for a good reason), and AFAIR there's no workaround except rooting the phone. You may check the autoupdater source code I wrote to see how it's done.

查看更多
We Are One
3楼-- · 2019-08-08 03:09

i think i don't get your question by 100%, but have you seen the "auto update this app" on the play store?

when you download an app you have this checkbox so the user can decide. As a developer I think you cannot.

查看更多
登录 后发表回答