added new pref string key

This commit is contained in:
Nathan Freitas 2012-02-12 01:25:41 -05:00
parent bfaf01203e
commit 7ea8342967
1 changed files with 2 additions and 0 deletions

View File

@ -47,4 +47,6 @@ public interface TorConstants {
public final static String PREF_PERSIST_NOTIFICATIONS = "pref_persistent_notifications"; public final static String PREF_PERSIST_NOTIFICATIONS = "pref_persistent_notifications";
public final static String PREF_DEFAULT_LOCALE = "pref_default_locale";
} }