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 bcb10b0f4f
commit a61e80f580

View File

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