Page 1 of 1
Option to disable vibration?
Posted: 01 Dec 2017 15:14
by kosamja
Can you add option to disable vibration (like in VibraFix -
https://forum.xda-developers.com/showth ... ?t=1103628)?
Re: Option to disable vibration?
Posted: 02 Dec 2017 18:13
by Desmanto
Since you have root, you can just use appops to disable the Vibrate.
https://www.xda-developers.com/stop-vib ... roid-apps/
For example, to disable the vibrate in Chrome, you will use action Execute Root Command
Code: Select all
appops set com.android.chrome VIBRATE ignore
No output will be shown, just check exit code. If 0, means success.