Hallo zusammen,
ich arbeite mit Delphi XE5 und versuche aus einer App eine andere App zu starten (BluetoothGPS).
Im Internet findet man dazu:
"...Now you can start/stop the service from other apps by sending the service or broadcast Intent :
Start - googoo.android.btgps.action.SERVICE_START
Stop - googoo.android.btgps.action.SERVICE_STOP
Toggle - googoo.android.btgps.action.SERIVCE_TOGGLE
* Note: You should first make sure you setup all the preferences and you can start the service correctly through the
GUI frontend.
* try the workarounds (in preference) if failed to connect (eg, service discovery fail, connection refused)..."
Nun meine Frage: Wie starte/stoppe ich einen Service in Android?
Danke für Eure Tipps!
Gruß
Geosucher