Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is worth noting that there are three types of data clearing in Android, of which your application has no control over:</p> <ul> <li>Clear Data</li> <li>Clear Cache</li> <li>Clear Defaults</li> </ul> <p><strong>Clear Data</strong> Clear data will clear everything under the application's working directory. This includes any shared preferences, databases and files saved by the application which reside in the application directory. This will also clear the application's cache, as it is also part of the application's working directory.</p> <p><strong>Clear Cache</strong> The application has access to a cache directory to save files to, mainly for the purpose of caching such as generated images or temporary files.</p> <p><strong>Clear Defaults</strong> This options will clear any intents registered to this application.</p> <p>Uninstalling an application will clear all three sets of data. Therefore the only way to maintain data between installs is to save it to external storage, but note that both the user and every application has access to the external storage and therefore may be modified or deleted at any point.</p> <p>Links worth reading:</p> <p><a href="http://developer.android.com/guide/topics/data/data-storage.html#" rel="nofollow noreferrer">http://developer.android.com/guide/topics/data/data-storage.html#</a></p> <p><a href="https://stackoverflow.com/questions/6108787/android-save-file-permanently-even-after-clear-data-uninstall">Android: Save file permanently (even after clear data / uninstall)</a></p> <p><a href="https://stackoverflow.com/questions/5744104/whats-the-difference-between-clear-cache-clear-data-in-android-settings">What&#39;s the difference between clear cache &amp; clear data in Android settings</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload