mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
fix so tablets are found in BT scans: they're considered computers, not phones
This commit is contained in:
parent
f51565839a
commit
f001455589
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ public class XWApp extends Application {
|
|||
public static final boolean LOCUTILS_ENABLED = false;
|
||||
public static final boolean CONTEXT_MENUS_ENABLED = true;
|
||||
public static final boolean OFFER_DUALPANE = false;
|
||||
public static final boolean BT_SCAN_COMPUTERS = false;
|
||||
// BT class "COMPUTERS" includes tablets like the Nexus 9
|
||||
public static final boolean BT_SCAN_COMPUTERS = true;
|
||||
|
||||
public static final String SMS_PUBLIC_HEADER = "-XW4";
|
||||
public static final int MAX_TRAY_TILES = 7; // comtypes.h
|
||||
|
|
Loading…
Add table
Reference in a new issue