BasicAirData / GPSLogger

A GPS logger for Android mobile devices
http://www.basicairdata.eu/projects/android/android-gps-logger/
GNU General Public License v3.0
403 stars 126 forks source link

Can I launch the app with an intent? #207

Closed tranquilo2 closed 1 year ago

tranquilo2 commented 1 year ago

Hi,

(first post; I hope I'm doing this right, if not, apologies). I am trying to simply launch GPS Logger from my own Dephi FMX Android app. I think I have the package name correct (eu.basicairdata.graziano.gpslogger) but I need the activity. I have tried MAIN but I get an error "No Activity found to handle intent". It would be great to be able to open it AND start recording, but if all I can get is to simply launch the app I will settle for that.

Thank you

GrazianoCapelli commented 1 year ago

Hi and welcome to GitHub.

I can confirm that the package name is eu.basicairdata.graziano.gpslogger. The app set as MAIN is GPSActivity. The app is open source, you can open the manifest file and read all the information about the activities of the app.

If you need some help you could start to link (or post) your code.

tranquilo2 commented 1 year ago

Hi Graziano,

Thank you! I checked the manifest and noticed there is no activity to start logging, but never mind, with your help at least I know how to proceed. Cheers