Package-level declarations
Types
Link copied to clipboard
Reports the current default sound for a given type (ringtone / notification / alarm) via RingtoneManager.getActualDefaultRingtoneUri. A null URI is reported as silent.
Link copied to clipboard
Lists available device sounds of a given type (ringtone / notification / alarm) via a RingtoneManager cursor, capped by limit (1–100, default 50).
Link copied to clipboard
object RingtoneTools
Provider for the ringtone module: ListRingtonesTool, GetActiveRingtoneTool, SetRingtoneTool.
Link copied to clipboard
Sets the default sound for a given type (ringtone / notification / alarm) via RingtoneManager.setActualDefaultRingtoneUri. Pass uri = "silent" to clear it.