RingtoneTools

Provider for the ringtone module: ListRingtonesTool, GetActiveRingtoneTool, SetRingtoneTool.

Reports no required permissions because the read tools need none and WRITE_SETTINGS (needed by SetRingtoneTool) is a special access granted via system settings rather than a runtime grant — SetRingtoneTool checks for it at call time.

Functions

Link copied to clipboard
fun all(context: Context): List<McpTool>

All ringtone tools bound to context.

Link copied to clipboard

Always true; the read tools need no permissions.

Link copied to clipboard

Empty — see object KDoc; WRITE_SETTINGS is checked at call time by SetRingtoneTool.