Got rid of the redundant "AppKeys" class.
This commit is contained in:
parent
fc2726bf42
commit
fcb92a3ff3
8 changed files with 31 additions and 38 deletions
|
|
@ -1,14 +0,0 @@
|
|||
package com.kabouzeid.gramophone.misc;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public final class AppKeys {
|
||||
public static final String SP_SHUFFLE_MODE = "com.kabouzeid.gramophone.SHUFFLE_MODE";
|
||||
public static final String SP_REPEAT_MODE = "com.kabouzeid.gramophone.REPEAT_MODE";
|
||||
|
||||
public static final String E_ALBUM = "com.kabouzeid.gramophone.ALBUM";
|
||||
public static final String E_ARTIST = "com.kabouzeid.gramophone.ARTIST";
|
||||
public static final String E_ID = "com.kabouzeid.gramophone.ID";
|
||||
public static final String E_PALETTE = "com.kabouzeid.gramophone.PALETTE";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue