O ozofnash New Member Feb 12, 2020 #1 Looking for a way to simply play the configured notification sound when the user hits a utton
Erel B4X founder Staff member Licensed User Longtime User Feb 12, 2020 #2 You should use RingtoneManager (Phone library). First get the Uri with GetDefault and then play it with Play method. Upvote 0
You should use RingtoneManager (Phone library). First get the Uri with GetDefault and then play it with Play method.
O ozofnash New Member Feb 12, 2020 #3 That was fast...and simple. Less that 10 minute response...5 more minutes and had it working. Love this software and community...hope I can contribute once I get more comfortable. Thanks Erel Upvote 0
That was fast...and simple. Less that 10 minute response...5 more minutes and had it working. Love this software and community...hope I can contribute once I get more comfortable. Thanks Erel