Merge "MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING"

This commit is contained in:
Marco Nelissen
2010-01-04 15:10:33 -08:00
committed by Android (Google) Code Review
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