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:
parent
9b58b0c001
commit
266f426251
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ public class VibrateIconPreferenceController extends SettingPrefController {
|
|||
|
||||
@Override
|
||||
public boolean isAvailable() {
|
||||
return mHasVibrator;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue