
are these all your blocks?
it might be another problem?
when exactly does that error occur?
after clicking Button1?
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by
Taifun.
I want to make an app which will take phone into silent mode in a particular time schedule. For this reason I tried that extension(sound manager1) as a test. But when I click the Button1 to mute the phone then it shows error message. Dose the extension consider specific api level? Reply please.
Which API is you're android phone of?
Android phone API 22
I have found that it requires API level 23 to work.
You can try on another phone, it will work 
Thank you very much. 
you then might want to add in the extenson androidMinSdk = 23 and rebuild it...
Taifun
Designer component annotation?
Version 1.1
- Internal changes done as suggested by @Taifun
Download extension:
com.extension.Sound.xoma.aix (8.2 KB)
Thanks, above of API level 22 it works fine.
Nice extension
keep it up!!
Good extension very helpfull...
Could you try to add componenent to show UI in order to visualize volume changes ?
Hi,
Can you explain more? What do you mean by UI here?
When you inccrease or decrease volume using physical buttons, UI show a slider which desapear after few seconds
that happens when you increase or decrease volume with default device buttons it will happen you cant remove it
I don't want to remove it, i want to have the same whith extension !
Bonjour, vient ici signaler un petit problème :
Si on ajoute un composant son et l'extension sur le même écran, cela créé un beug : tout les blocs du composant son disparaissent pour laisser place aux blocs de l'extension.
Nico
It looks like @Kumaraswamy should rename the extension to avoid that conflict
As workaround use the Player component instead of the Sound component
Taifun
