Hello, I have a question. How to prevent Uninstall...
# android
h
Hello, I have a question. How to prevent Uninstall of applications programmatically for all Android versions?
😶 7
m
😮 There is no way to do it. Do you want to spread a virus-app and take over the world?
👍 1
h
@Maksym 😄 Frankly, no. I want to disable uninstalling and store the app all the time
m
Your program does not install or remove applications. This is what the operating system does. You need to modify the OS. That way you can achieve your goal.
💯 1
p
Or if you app gets never installed, it won't get ever uninstalled 🐕
🤣 4
true story 1
j
MDM's let you do this. But this is not kotlin question now.
125 Views