OSDN Git Service

Fix issue #6761130: Clearing app data in settings does not clear app's USB storage
authorDianne Hackborn <hackbod@google.com>
Fri, 29 Jun 2012 22:01:23 +0000 (15:01 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 29 Jun 2012 22:01:23 +0000 (15:01 -0700)
commit313ab1727014d535790bc89afdcf725ff936e5b4
treecd98614476e3d307a9def6cfb9330b9c998edc17
parentbeb3d8b1e06f26c20adc4d4db7a08ac507ad6ab0
Fix issue #6761130: Clearing app data in settings does not clear app's USB storage

The installed app details was not correctly distinguishing between cache and
normal data on external storage.  The cache files on external storage are now
correctly shown in the cache section, since those are what get deleted when
you hit the clear cache button.

Change-Id: Id98bdb7fb5202d6a092fe5a772638eeb6aed2b47
src/com/android/settings/applications/ApplicationsState.java
src/com/android/settings/applications/InstalledAppDetails.java