On post Gps Background Tracking appear a line to insert in manifest file
SetServiceAttribute(Tracker, android:foregroundServiceType, "location")
'Tracker' is a service module name
'android:foregroundServiceType' is a service type required
But what is exactly "location" ?
SetServiceAttribute(Tracker, android:foregroundServiceType, "location")
'Tracker' is a service module name
'android:foregroundServiceType' is a service type required
But what is exactly "location" ?