Same app - tested on a phone with Android 4.1 - triggers the geofence events
Same app tested on an Android 4.4 - does not trigger!!
I've got this in the manifest file
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="19" />
Incidentally, when i'm testing with mock locations on the 4.4 device,
if i don't make the following call when creating a new location - events
don't trigger
newLocation.setElapsedRealtimeNanos( SystemClock.elapsedRealtimeNanos() );
this was introduced in API 17.
i've got a feeling my problem has to do with this call - but in non-mock
operations
the location object is created by the system.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.