mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Change audio tone for raise hand.
This commit is contained in:
@@ -44,9 +44,7 @@ sealed class SignalAudioManager(protected val context: Context, protected val ev
|
||||
protected val incomingRinger = IncomingRinger(context)
|
||||
protected val outgoingRinger = OutgoingRinger(context)
|
||||
|
||||
private val stateChangeUpSoundId = context.assets.openFd("sounds/state-change_confirm-up.ogg").use {
|
||||
soundPool.load(it, 1)
|
||||
}
|
||||
private val stateChangeUpSoundId = soundPool.load(context, R.raw.notification_simple_01, 1)
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
|
||||
BIN
app/src/main/res/raw/notification_simple_01.ogg
Executable file
BIN
app/src/main/res/raw/notification_simple_01.ogg
Executable file
Binary file not shown.
Reference in New Issue
Block a user