SoundManager : Helps to manage the sound of the device

blocks blocks (1)

1 Like

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 icon24 Taifun.

1 Like

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.

1 Like

Which API is you're android phone of?

1 Like

Android phone API 22

1 Like

I have found that it requires API level 23 to work. :sweat_smile: You can try on another phone, it will work :slightly_smiling_face:

1 Like

Thank you very much. :slightly_smiling_face:

1 Like

you then might want to add in the extenson androidMinSdk = 23 and rebuild it...

Taifun

1 Like

Designer component annotation?

Version 1.1

  • Internal changes done as suggested by @Taifun

Download extension:

com.extension.Sound.xoma.aix (8.2 KB)

2 Likes

Thanks, above of API level 22 it works fine.

1 Like

Nice extension :slight_smile: keep it up!!

1 Like

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 !

Perhaps this work for you:
AndroidVolume - custom control of volume

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

1 Like