How do I perform an action when an Android Notification is complete? -


i have service starts broadcastreceiver listen sms. if specific sms received sets notification volume maximum , fires notification.

how can return volume previous setting after notification has completed?

you can't directly, , workaround can try current notification sound's length, wait specific period, , change volume. don't think it's reliable though ...


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -