MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING

This commit is contained in:
Marco Nelissen
2010-01-04 15:09:03 -08:00
parent f9f4173c7d
commit 9a488b44cb
3 changed files with 6 additions and 8 deletions

View File

@@ -972,7 +972,7 @@ public final class MediaStore {
public static String keyFor(String name) {
if (name != null) {
boolean sortfirst = false;
if (name.equals(android.media.MediaFile.UNKNOWN_STRING)) {
if (name.equals(UNKNOWN_STRING)) {
return "\001";
}
// Check if the first character is \001. We use this to