From 113947e400f3fac1273472613e5138f71aeb6274 Mon Sep 17 00:00:00 2001 From: Vincent Scheib Date: Mon, 19 Oct 2015 11:00:53 -0700 Subject: [PATCH] Clarify Android support --- implementation-status.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/implementation-status.md b/implementation-status.md index d5bbc5a..a933ff2 100644 --- a/implementation-status.md +++ b/implementation-status.md @@ -13,8 +13,9 @@ Work is in progress: * __ChromeOS__ has the most features working currently, as the low level libraries for Bluetooth GATT are already implemented. * Chrome 45: Connect to device with filters, no UI, Read and Write Characteristics. * [Android](https://code.google.com/p/chromium/issues/detail?id=471536) under development. - * Tip of tree can requestDevice, connectGATT, getPrimaryService (NOT getCharacteristic onward). - * Requires Android 6, Lollipop or later. + * Can requestDevice, connectGATT, getPrimaryService (NOT getCharacteristic onward). + * Chrome builds requires Android 6, Marshmallow or later. + * Tip of tree Chromium builds work on Android 5, Lollipop or later for ease of developers - but Chrome versions will only ever support Marshmallow or later. * Location permission must be enabled, currently this must be done with a work around. * Visit a web site that requests location, e.g. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation. * [Android Chooser UI](https://code.google.com/p/chromium/issues/detail?id=436280) works but has some bugs.