Merge "MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7eca501433
@ -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
|
||||
|
Reference in New Issue
Block a user