I wonder if there's a way to update whole app without Play Store SDK(but download from my server).(Not only XML, but also all of code and configs)And without any pop ups to touch.
As far as I know, it's prohibited. One method that I know about update without play store is like this: Automatically install Android application
However, I guess Xiomi Applications achieved this feature(auto update).
I found this page And it has Github Repository
It has SlientAutoUpdate Class and it's experimental. And it seems the device must be rooted to use command codes such as su
.
Is there any way without rooting?
I want the users not to touch anything to update the app.