Android Permissions

All you ever wanted to know about Android permissions

android.permission.CLEAR_APP_CACHE

delete all app cache data
Allows the app to free phone storage by deleting files in the cache directories of other applications. This may cause other applications to start up more slowly as they need to re-retrieve their data.

Belongs to:

android.permission-group.SYSTEM_TOOLS

System tools
Lower-level access and control of the system.