fix so tablets are found in BT scans: they're considered computers, not phones

This commit is contained in:
Eric House 2016-05-21 14:25:54 -07:00
parent f51565839a
commit f001455589

View file

@ -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