Skip to content
Snippets Groups Projects
Commit e106fa95 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

MediaLibrary: fix /sdcard/Android/* folder blacklist

parent 86a0cc61
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,9 @@ public class MediaLibrary { ...@@ -80,7 +80,9 @@ public class MediaLibrary {
"/media/audio/alarms", "/media/audio/alarms",
"/media/audio/notifications", "/media/audio/notifications",
"/media/audio/ringtones", "/media/audio/ringtones",
"/Android/data/" }; "/android/data",
"/android/media",
};
FOLDER_BLACKLIST = new HashSet<String>(); FOLDER_BLACKLIST = new HashSet<String>();
for (String item : folder_blacklist) for (String item : folder_blacklist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment