mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(resources): add resourcePrefix to KMP + widget modules, rename prefixed resources (#5111)
This commit is contained in:
parent
8a06157ff4
commit
b13f9bf989
11 changed files with 308 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue