迷茫2017-05-02 09:33:13
Applications installed locally on the phone? It still works. Unless the user deletes the app themselves.
If you want to force users to not be able to use it, you can either add this switch when developing the application. When necessary, a white screen will be displayed when the user opens the application.
Or, the worst way is to abolish the server API used by the application, so that it is useless to open the application.
If it is a tool-type non-networked application and you have not added a mechanism similar to remote control, then there is nothing you can do