Remove an unused constant
Change-Id: I4aaf0237719078731e3eb0c2434485530e653c86
This commit is contained in:
parent
ab45810839
commit
8bdf037f9c
@ -61,8 +61,6 @@ public class EmailPreferenceMigrator extends BasePreferenceMigrator {
|
|||||||
migrate(context, oldVersion, newVersion, accounts);
|
migrate(context, oldVersion, newVersion, accounts);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final String REPLY_ALL = "reply_all";
|
|
||||||
|
|
||||||
private static final String PREFERENCE_NOTIFY = "account_notify";
|
private static final String PREFERENCE_NOTIFY = "account_notify";
|
||||||
private static final String PREFERENCE_VIBRATE = "account_settings_vibrate";
|
private static final String PREFERENCE_VIBRATE = "account_settings_vibrate";
|
||||||
private static final String PREFERENCE_VIBRATE_OLD = "account_settings_vibrate_when";
|
private static final String PREFERENCE_VIBRATE_OLD = "account_settings_vibrate_when";
|
||||||
|
Loading…
Reference in New Issue
Block a user