[Android] Show hidden directories in preferences selection
Edward Wang
edward.c.wang at compdigitec.com
Wed Aug 8 19:30:53 CEST 2012
On 12-08-08 01:08 PM, Alexandre Perraud <4leyx4ndre at gmail.com> wrote:
> - return f.isDirectory() && !f.isHidden() && !Media.FOLDER_BLACKLIST.contains(f.getPath().toLowerCase());
> + //return f.isDirectory() && !f.isHidden() && !Media.FOLDER_BLACKLIST.contains(f.getPath().toLowerCase());
> + return f.isDirectory() && !Media.FOLDER_BLACKLIST.contains(f.getPath().toLowerCase());
You could just remove the old line altogether (instead of commenting)
here, I think.
Regards,
Edward Wang
More information about the Android
mailing list