12 2016 档案

摘要:public class DataCleanManager { /** * * 清除本应用内部缓存(/data/data/com.xxx.xxx/cache) * * * * @param context */ public static void cleanInternalCache(Contex 阅读全文
posted @ 2016-12-15 11:42 水柠檬QAQ 阅读(1845) 评论(0) 推荐(0)
摘要:ublic class MemorySpaceCheck { /** * 计算剩余空间 * @param path * @return */ public static String getAvailableSize(String path) { StatFs fileStats = new Sta 阅读全文
posted @ 2016-12-15 11:39 水柠檬QAQ 阅读(1488) 评论(0) 推荐(0)