Use new vibrate icon in power menu.
Change-Id: I54725ae73bac731a2078a9c61d75d77c0cbb3680
This commit is contained in:
@@ -128,7 +128,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
|
||||
// XXX: FIXME: switch to ic_lock_vibrate_mode when available
|
||||
mEnabledIconResId = (Settings.System.getInt(mContext.getContentResolver(),
|
||||
Settings.System.VIBRATE_IN_SILENT, 1) == 1)
|
||||
? R.drawable.ic_lock_silent_mode
|
||||
? R.drawable.ic_lock_silent_mode_vibrate
|
||||
: R.drawable.ic_lock_silent_mode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user