What would be is removed If you click Clear Data Button in the System application
One of today's stories suddenly mentions cleanup data in the system setup, and then begins to think about what the system's application cleanup will do to clean up the data. So began to study, taking Com.mx.browser as an example, the idea is to first/data/data/com.mx.browser under each folder under the creation of a logo file, here is 1.txt, and then perform cleanup data operations, the final comparison results. First, make clear the data before the individual folders of the situation.
/data/data/com.mx.browser # lslibfilesdatabasesshared_prefsapp_thumbnailscacheapp_webiconsapp_appcacheapp_ Databasesapp_geolocation
Create a flag for each folder (while verifying that the folder is deleted)
/data/data/com.mx.browser # Touch Lib/1.txt/data/data/com.mx.browser # Touch Files/1.txt/data/data/com.mx.browser # Touch Databases/1.txt/data/data/com.mx.browser # Touch Shared_prefs/1.txt/data/data/com.mx.browser # Touch App_ Thumbnails/1.txt/data/data/com.mx.browser # Touch Cache/1.txt/data/data/com.mx.browser # Touch app_webIcons/1.txt/ Data/data/com.mx.browser # Touch App_appcache/1.txt/data/data/com.mx.browser # Touch app_databases/1.txt/data/data/ Com.mx.browser # Touch App_geolocation/1.txt
Performs cleanup data operations. View the results after performing the cleanup data operation.
/data/data/com.mx.browser # lslib/Data/data/com.mx.browser #
View Lib Conditions
/data/data/com.mx.browser # CD lib//data/data/com.mx.browser/lib # ls1.txt/data/data/com.mx.browser/lib #
In general, the discovery of settings in the system, cleaning data in the application, will clean up the files and folders to remove the Lib folder (including internal files). p.s./sdcard/android/data/This directory is also associated with the package name, but the cleanup data in the system does not clean up the information in this directory.
What would be removed If you click Clear the Data Button in Android