Re: [android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-14 Thread Marina Cuello
You need to talk with the OEM or the carriers and make a deal with them. That's why usually only big brands are on the factory installs :) Marina On Mon, Feb 13, 2017 at 9:33 PM, 'Jean-Baptiste Queru' via Android Developers wrote: > You can't, because this

Re: [android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-13 Thread 'Jean-Baptiste Queru' via Android Developers
You can't, because this violates software layering: you can't have something built on top of an OS whose behaviors survive the installation of another OS. Software that accomplishes what you want would have to be much much lower in the stack, and would frankly be a very bad idea. JBQ --

[android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-12 Thread Doguparthi naga sudhir
Hi everyone, we are making an Anti-Theft Android Solution where we make an android application, but we want it to undeletable even after hard resetting the phone or flashing a new rom. how to make such application. Thanks in advance. -- You