R Robert_Poland Member Licensed User Mar 14, 2016 #1 How to disable sounds, or SMS notifications when my application is active if anyone can advise me if this is possible? Thx
How to disable sounds, or SMS notifications when my application is active if anyone can advise me if this is possible? Thx
DonManfred Expert Licensed User Longtime User Mar 14, 2016 #2 I dont think you can do that by code. It is in the decission to the devices user if he want to hear sounds and which. Upvote 0
I dont think you can do that by code. It is in the decission to the devices user if he want to hear sounds and which.
Erel B4X founder Staff member Licensed User Longtime User Mar 14, 2016 #3 Your app can control the phone volume channels. Check Phone.SetMute and Phone.SetRingerMode. Upvote 0