C Cor Active Member Licensed User Longtime User Apr 19, 2011 #1 Is it possible to start the Volume settings dialog from android by code? Like code below http://www.openintents.org/en/node/225 Last edited: Apr 19, 2011
Is it possible to start the Volume settings dialog from android by code? Like code below http://www.openintents.org/en/node/225
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2011 #2 This intent starts a custom application which is not installed by default. You can instead call Phone.SetVolume and set it to show the volume dialog: Basic4android - Phone Upvote 0
This intent starts a custom application which is not installed by default. You can instead call Phone.SetVolume and set it to show the volume dialog: Basic4android - Phone