Example usage for Java android.media Ringtone fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getTitle(Context context) Returns a human-presentable title for ringtone. |
Uri | getUri() |
boolean | isPlaying() Whether this ringtone is currently playing. |
void | play() Plays the ringtone. |
void | setStreamType(int streamType) Sets the stream type where this ringtone will be played. |
void | stop() Stops a playing ringtone. |