Ejemplo n.º 1
0
 void changeSortingMode(Context context, SortingMode sortingMode) {
   this.sortingMode = sortingMode.getValue();
   CustomAlbumsHelper h = CustomAlbumsHelper.getInstance(context);
   h.setAlbumSortingMode(path, sortingMode.getValue());
 }
Ejemplo n.º 2
0
 public SortingMode getSortingMode() {
   return SortingMode.fromValue(sortingMode);
 }