I developed an Android application that works on sqlite internal db.
Now I want create a new android application that clean the database of my first application.
What can I do?
I developed an Android application that works on sqlite internal db. Now I want
Share
Let the second application send a intent broadcast, after receiving the broadcast, let the first application can clear the data. But any application cannot clear another application’s data, even if it is possible, it is not elegant.