зеркало из https://github.com/mozilla/gecko-dev.git
Bug 806024 - Enable Android product announcements client service. r=trivial, a=akeybl
This commit is contained in:
Родитель
8973f2de81
Коммит
a431938ec6
|
@ -10,7 +10,7 @@ import android.app.AlarmManager;
|
|||
|
||||
public class AnnouncementsConstants {
|
||||
// Not `final` so we have the option to turn this on at runtime with a magic addon.
|
||||
public static boolean DISABLED = true;
|
||||
public static boolean DISABLED = false;
|
||||
|
||||
public static final String GLOBAL_LOG_TAG = "GeckoAnnounce";
|
||||
public static final String ACTION_ANNOUNCEMENTS_PREF = "org.mozilla.gecko.ANNOUNCEMENTS_PREF";
|
||||
|
|
Загрузка…
Ссылка в новой задаче