diff options
author | Jordyn Mackool <Jordyn@livio.io> | 2019-04-30 09:20:17 -0400 |
---|---|---|
committer | Jordyn Mackool <Jordyn@livio.io> | 2019-04-30 09:20:17 -0400 |
commit | 646624f514ac143da30727f000bc16a678839341 (patch) | |
tree | 7671d2ca66e604e0dda5bc5122600faabfe6a32d | |
parent | a1ff61a1f4424e20a32f41e2bea857496eb7135a (diff) | |
download | sdl_android-646624f514ac143da30727f000bc16a678839341.tar.gz |
Update README.md
Added Java Links
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ SmartDeviceLink (SDL) is a standard set of protocols and messages that connect a * The [Core](https://github.com/smartdevicelink/sdl_core) component is the software which Vehicle Manufacturers (OEMs) implement in their vehicle head units. Integrating this component into their head unit and HMI based on a set of guidelines and templates enables access to various smartphone applications. * The optional [SDL Server](https://github.com/smartdevicelink/sdl_server) can be used by Vehicle OEMs to update application policies and gather usage information for connected applications. - * The [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_android) libraries are implemented by app developers into their applications to enable command and control via the connected head unit. - * The JavaSE (Embedded) and JavaEE (Cloud) libraries, written in Java, are implemented by app developers into their applications to enable command and control of a connected head unit. + * The [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_java_suite) libraries are implemented by app developers into their applications to enable command and control via the connected head unit. + * The [JavaSE](https://github.com/smartdevicelink/sdl_java_suite) (Embedded) and [JavaEE] (https://github.com/smartdevicelink/sdl_java_suite) (Cloud) libraries, written in Java, are implemented by app developers into their applications to enable command and control of a connected head unit. Pull Requests Welcome! |