diff --git a/src/com/cyanogenmod/filemanager/util/FileHelper.java b/src/com/cyanogenmod/filemanager/util/FileHelper.java index f4f3612eb..c022a1f6f 100644 --- a/src/com/cyanogenmod/filemanager/util/FileHelper.java +++ b/src/com/cyanogenmod/filemanager/util/FileHelper.java @@ -16,7 +16,7 @@ package com.cyanogenmod.filemanager.util; -import android.annotation.SuppressLint; +//import android.annotation.SuppressLint; //FIXME: What is this in ICS? import android.content.Context; import android.content.SharedPreferences; import android.content.res.Resources; @@ -161,7 +161,7 @@ public static String getHumanReadableSize(FileSystemObject fso) { * @param size The size in bytes * @return String The human readable size */ - @SuppressLint("DefaultLocale") + //@SuppressLint("DefaultLocale") //FIXME: how to do this in ics public static String getHumanReadableSize(long size) { Resources res = FileManagerApplication.getInstance().getResources(); final String format = "%d %s"; //$NON-NLS-1$