mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
debug pref to disable GCM so new stuff can be tested on-device
This commit is contained in:
parent
83441c65ef
commit
4417591b06
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ public class XWPrefs {
|
|||
return getPrefsBoolean( context, R.string.key_udp_relay, false );
|
||||
}
|
||||
|
||||
public static boolean getGCMIgnored( Context context )
|
||||
{
|
||||
return getPrefsBoolean( context, R.string.key_drop_gcm, false );
|
||||
}
|
||||
|
||||
public static boolean getDebugEnabled( Context context )
|
||||
{
|
||||
return getPrefsBoolean( context, R.string.key_enable_debug, false );
|
||||
|
|
Loading…
Reference in a new issue