I'm using Google Play services location API on Android and I'm trying to figure out how to test the onConnectionSuspended(int cause) callback which is part of GoogleApiClient.ConnectionCallbacks.
I've tried turning off WiFi, GPS, etc but I haven't been able to get this callback to trigger. The device I am testing on does not have a cellular service provider so I figured turning both of those off would work...
Does anyone have any ideas?
Thanks