legendsayantan / ShizuTools

Contains many tools to control android system via shizuku.
GNU General Public License v3.0
711 stars 20 forks source link

(Suggestion) Add the option of muting apps #8

Closed w4t3r1ily closed 4 months ago

w4t3r1ily commented 5 months ago

By now I'm using the ADB shell commands

`cmd appops set com.APPNAME TAKE_AUDIO_FOCUS ignore

cmd appops set com.APPNAME PLAY_AUDIO deny`

To get rid off sounds in app, but it'd be nice if it was an intuitive option.

legendsayantan commented 4 months ago

That is an excellent suggestion, I'll make sure to include it in :)

w4t3r1ily commented 4 months ago

That is an excellent suggestion, I'll make sure to include it in :)

Thank you