This commit is contained in:
h4h13 2018-11-13 09:00:08 +05:30
parent a531a1e723
commit ca4e9e7ef0
194 changed files with 1286 additions and 2256 deletions

View file

@ -93,9 +93,6 @@ public final class SortOrder {
/* Song sort order date */
String SONG_DATE = MediaStore.Audio.Media.DATE_ADDED + " DESC";
/* Song sort order date */
String COMPOSER = MediaStore.Audio.Media.COMPOSER;
}
/**