diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-19 08:43:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-19 08:43:40 -0700 |
commit | 17f38e045fcd8ca0224095c0b2b7b098df77a8d8 (patch) | |
tree | 07c49d1151a54d3176f2356b55b6f9f129305b9c /altosui/Altos.java | |
parent | f249e5926f5fd9f86c41e7f0a414193533d4d8b0 (diff) |
altosui: Use persistent list of bluetooth devices for device dialogs
Store a list of known bluetooth devices as preferences. Always include
those in device dialogs with an option to go browse for more devices
in both the device dialog and the Configure AltosUI dialog.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Altos.java')
-rw-r--r-- | altosui/Altos.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/Altos.java b/altosui/Altos.java index d221077e..a087f73a 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -309,4 +309,6 @@ public class Altos { } public final static String bt_product_telebt = bt_product_telebt(); + + public static AltosBTKnown bt_known = new AltosBTKnown(); } |