An action block that sets the sound used as a default ringtone.
The fiber will proceed immediately without pause.
Since Android 13 the sound URI may only work with media content URI,
e.g. as from the Ringtone pick block.
To list all available ringtones use two Content query blocks with
"content://media/internal/audio/media"
and
"content://media/external/audio/media"
then combine the results, this may require the “read audio files from shared storage” privilege.