Good day all.
Can i show/hide UVC (Universal Volume Control) from my code?
Maybe any API, for example Device.ShowUVC() ?
Good day all.
Can i show/hide UVC (Universal Volume Control) from my code?
Maybe any API, for example Device.ShowUVC() ?
Copyright © 2021 Jogjafile Inc.
Up to Windows Phone Mango SDK, you cannot ask the OS to show the volume control UI through code.
You can have some action on this UI through
Microsoft.Phone.BackgroundAudionamespace, when your app play sound in background (ie. set if the UI show play/pause/shuffle buttons viaEnabledPlayerControlsenumeration).