Skip to content

Add shortcut (+toggle?) for Volume Slider #209

@bl4ckswordsman

Description

@bl4ckswordsman

Could be done with:

val audioManager = getSystemService(Context.AUDIO_SERVICE) as AudioManager

// This shows the UI without changing the actual volume level
audioManager.adjustStreamVolume(
    AudioManager.STREAM_MUSIC, 
    AudioManager.ADJUST_SAME, 
    AudioManager.FLAG_SHOW_UI
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions