Hi,
I developed an app in B4A that allows the user to change volumes but the standard alarm app over-rides the volume level that my app sets. Is there a way to prevent the standard alarm app from doing this?
I used the following code to change the alarm volume level:
The above code sets the volume level to 0. When the standard alarm app produces an alarm, the sound of that alarm is heard. I want to prevent that from happening.
I even tried using other volume apps that other people made and the same problem happens. As an example, I used the A-Volume app to bring the alarm volume down to 0 but the alarm still sounded from the clock app.
Thanks.
I developed an app in B4A that allows the user to change volumes but the standard alarm app over-rides the volume level that my app sets. Is there a way to prevent the standard alarm app from doing this?
I used the following code to change the alarm volume level:
B4X:
thePhone.SetVolume(thePhone.VOLUME_ALARM, 0, False)
The above code sets the volume level to 0. When the standard alarm app produces an alarm, the sound of that alarm is heard. I want to prevent that from happening.
I even tried using other volume apps that other people made and the same problem happens. As an example, I used the A-Volume app to bring the alarm volume down to 0 but the alarm still sounded from the clock app.
Thanks.
Last edited: