danger.audio
Interface ToneOrigin



public interface ToneOrigin

Origin of tone data


Field Summary
static int GALLERY
          built in data
static int PREMIUM
          from content provider, only save localy.
static int PREMIUM_BACKUP
          from content provider, save to users backing store.
static int USER
          from user data, save to users backing store.
 

Field Detail

GALLERY

static final int GALLERY
built in data

See Also:
Constant Field Values

USER

static final int USER
from user data, save to users backing store. Restored if device reset.

See Also:
Constant Field Values

PREMIUM

static final int PREMIUM
from content provider, only save localy. Loss of data if device is reset.

See Also:
Constant Field Values

PREMIUM_BACKUP

static final int PREMIUM_BACKUP
from content provider, save to users backing store. Restored if device reset.

See Also:
Constant Field Values