http://automagic4android.com/flow.php?i ... cae7c880d6
I think I'm just missing something simple, but if you look at this flow, the SMS is supposed to include things like accuracy and direction but they always come up as null. What am I doing wrong?
available variables not working
Moderator: Martin
Re: available variables not working
Hi,
altitude/bearing/speed is usually only provided when GPS is used, all other location providers usually provide no values (null) but this might depend on the Android version or even the version of Google Play services installed on the device.
You could also add a condition Debug Dialog after the location was fetched to see what variables become available for each provider on your device.
Regards,
Martin
altitude/bearing/speed is usually only provided when GPS is used, all other location providers usually provide no values (null) but this might depend on the Android version or even the version of Google Play services installed on the device.
You could also add a condition Debug Dialog after the location was fetched to see what variables become available for each provider on your device.
Regards,
Martin