fix(resources): add resourcePrefix to KMP + widget modules, rename prefixed resources (#5111)

This commit is contained in:
James Rich 2026-04-13 13:25:23 -05:00 committed by GitHub
parent 8a06157ff4
commit b13f9bf989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 308 additions and 7 deletions

View file

@ -267,7 +267,8 @@ class MeshServiceNotificationsImpl(
enableLights(true)
enableVibration(true)
setBypassDnd(true)
val alertSoundUri = "${SCHEME_ANDROID_RESOURCE}://${context.packageName}/${raw.alert}".toUri()
val alertSoundUri =
"${SCHEME_ANDROID_RESOURCE}://${context.packageName}/${raw.meshtastic_alert}".toUri()
setSound(
alertSoundUri,
AudioAttributes.Builder()