don't show 'disable foreground service' button. fixes #1933

This commit is contained in:
Daniel Gultsch 2016-06-29 17:20:27 +02:00
parent f7933c26d7
commit 91c3732c63
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public final class Config {
public static final boolean FORCE_ORBOT = false; // always use TOR
public static final boolean HIDE_MESSAGE_TEXT_IN_NOTIFICATION = false;
public static final boolean SHOW_CONNECTED_ACCOUNTS = false; //show number of connected accounts in foreground notification
public static final boolean SHOW_DISABLE_FOREGROUND = true; //if set to true the foreground notification has a button to disable it
public static final boolean SHOW_DISABLE_FOREGROUND = false; //if set to true the foreground notification has a button to disable it
public static final boolean ALWAYS_NOTIFY_BY_DEFAULT = false;