Use new vibrate icon in power menu.

Change-Id: I54725ae73bac731a2078a9c61d75d77c0cbb3680
This commit is contained in:
Daniel Sandler
2010-03-05 09:34:52 -05:00
parent 0340b42992
commit 055ea248a4

View File

@@ -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;
}