Hide the "Show the vibrate icon in the Status Bar" setting

* We have this controllable like all other status bar icons

Change-Id: I39d2f0ee7849403c404bdfa109e191102466c537
This commit is contained in:
Chirayu Desai 2022-06-07 16:47:13 +05:30 committed by Michael Bestas
parent 61719239fa
commit be0be1f547
No known key found for this signature in database

View file

@ -40,6 +40,6 @@ public class VibrateIconPreferenceController extends SettingPrefController {
@Override
public boolean isAvailable() {
return mHasVibrator;
return false;
}
}