Change album,artist sort; fix menu selection bug
This commit is contained in:
parent
32da438ac4
commit
3b62a4578f
2 changed files with 25 additions and 17 deletions
|
|
@ -60,7 +60,8 @@ public final class SortOrder {
|
|||
+ " DESC";
|
||||
|
||||
/* Album sort order artist */
|
||||
String ALBUM_ARTIST = MediaStore.Audio.Artists.DEFAULT_SORT_ORDER;
|
||||
String ALBUM_ARTIST = MediaStore.Audio.Artists.DEFAULT_SORT_ORDER
|
||||
+ ", " + MediaStore.Audio.Albums.DEFAULT_SORT_ORDER;
|
||||
|
||||
/* Album sort order year */
|
||||
String ALBUM_YEAR = MediaStore.Audio.Albums.FIRST_YEAR + " DESC";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue