Javadoc link

Master service for MyRobotLab running on Android.  It controls what sensors and resources are exposed and running (GPS, Accelerometer, Camera, Bluetooth, etc)

It is a singleton.  Which means only a single instance can be running on any Android device, however, multiple Android devices can pool Services & resources.

Example code (from branch develop):
#file : Android.py (github)
# start the service
android = runtime.start("android","Android")
Example configuration (from branch develop):
#file : Android.py (github)
!!org.myrobotlab.service.config.ServiceConfig
listeners: null
peers: null
type: Android