1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-15 22:15:15 -05:00

Fixes Issue 1193

Correct vibrate enabled String.  Requires new build of K-9 Locale
Plug-in
This commit is contained in:
Daniel Applebaum 2010-02-09 03:48:14 +00:00
parent 30e0084c62
commit b5d7ed48da

View File

@ -74,7 +74,7 @@ public class K9RemoteControl
* Key for the {@link Intent} Extra for controlling whether K-9 will activate the vibrator for new unread mail.
* Acceptable values are K9_ENABLED and K9_DISABLED
*/
public final static String K9_VIBRATE_ENABLED = "com.fsck.k9.K9RemoteControl.notificationEnabled";
public final static String K9_VIBRATE_ENABLED = "com.fsck.k9.K9RemoteControl.vibrateEnabled";
public final static String K9_FOLDERS_NONE = "NONE";
public final static String K9_FOLDERS_ALL = "ALL";