android - Problem with View.playSoundEffect? -


i'm trying play soundeffect (using view.playsoundeffec() method) when button focused.

the problem effects never played unless target phone's audible selection enabled ( can enabled from: settings => sounds & display => audible selection )

what want is, when audible selection isn't enabled, want enable in programmatic way. possible ?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -