QSL4A Documentation of startServiceIntent  <QSL4A API Menu>
startServiceIntent(intent,isForeground=False)
Start Service using Intent
    intent (Intent) Intent in the format as returned from makeIntent
    isForeground (Boolean) startServiceForeground(intent) if True, startService(intent) if False (optional, false default)