Merge "Fix issue #6761130: Clearing app data in settings does not clear app's USB storage" into jb-dev

This commit is contained in:
Dianne Hackborn
2012-06-29 15:40:18 -07:00
committed by Android (Google) Code Review
3 changed files with 87 additions and 0 deletions

View File

@@ -35,4 +35,5 @@ interface IMediaContainerService {
long calculateDirectorySize(in String directory);
/** Return file system stats: [0] is total bytes, [1] is available bytes */
long[] getFileSystemStats(in String path);
void clearDirectory(in String directory);
}