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:
committed by
Michael Bestas
parent
bcb10b0f4f
commit
a61e80f580
@@ -40,6 +40,6 @@ public class VibrateIconPreferenceController extends SettingPrefController {
|
||||
|
||||
@Override
|
||||
public boolean isAvailable() {
|
||||
return mHasVibrator;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user