Android Question SetServiceAttribute - what exactly is the third parameter ?

amorosik

Expert
Licensed User
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" ?
 
Top