AndroidVolume - custom control of volume

New Update

  • change package name of extension, if you use old version you need to remove it first
  • reduce size of extension from 670.5 KB to 25.0 KB thanks for @Balajidev
  • follow naming conventions for extension thanks for @Taifun
  • rename some blocks

NOTE

### Stream Types (int)
                  - STREAM_VOICE_CALL = 0
                  - STREAM_SYSTEM = 1 (DEFAULT)
                  - STREAM_RING =  2
                  - STREAM_MUSIC = 3
                  - STREAM_ALARM = 4
                  - STREAM_NOTIFICATION = 5
                  - STREAM_DTMF = 8
                  - STREAM_ACCESSIBILITY = 10
### Flags (int)
                  - FLAG_SHOW_UI = 1 (DEFAULT)
                  - FLAG_ALLOW_RINGER_MODES = 2
                  - FLAG_PLAY_SOUND = 4
                  - FLAG_REMOVE_SOUND_AND_VIBRATE = 8
                  - FLAG_VIBRATE = 16

Blocks:

U11ntitled

Untitled

Download AIX :

me.aemo.androidvolume.aix (25.0 KB)

2 Likes