Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
README: Add Deprecation section
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Apr 17, 2016
1 parent 1e3b14a commit ca16331
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ Cache Cleaner for Android:

That says it all.

Deprecation
-----------
You do not need this app anymore if you are on Android 6.0 or newer. Just go to `Settings` ->
`Storage & USB`-> `Internal storage` and click on `Cached data` in order to clear all the cache.

Partial incompatibility with Android 6.0 and newer
------------------------------------------
Starting with Android 6.0, ```CLEAR_APP_CACHE``` permission seems to be no longer available to regular applications and since this permission is required for cleaning of internal cache, Cache Cleaner is not able to clean internal cache on Android 6.0 and newer. However, cleaning of external cache is still supported.
Starting with Android 6.0, ```CLEAR_APP_CACHE``` permission seems to be no longer available to
regular applications and since this permission is required for cleaning of internal cache, Cache
Cleaner is not able to clean internal cache on Android 6.0 and newer. However, cleaning of external
cache is still supported.

Download
--------
Expand Down

0 comments on commit ca16331

Please sign in to comment.