QSL4A Documentation of startService  <QSL4A API Menu>
startService(action,uri=None,type=None,extras=None,isForeground=False,packagename=None,classname=None,flags=None)
Starts a service.
    action (String)
    uri (String)  (optional)
    type (String) MIME type/subtype of the URI (optional)
    extras (JSONObject) a Map of extras to add to the Intent (optional)
    isForeground (Boolean) startServiceForeground(intent) if True, startService(intent) if False (optional, false default)
    packagename (String) name of package. If used, requires classname to be useful (optional)
    classname (String) name of class. If used, requires packagename to be useful (optional)
packagename and classname, if provided, are used in a 'setComponent' call.
    flags (Integer) Intent flags (optional)