I have an application that need Google Play Services, because i'm using Android Maps v2.
I'm running some tests, and one test requires factory reset the device, and try to run the application.
The first time i do this, without connect wifi or any internet source, the message that appears on map is:
When i click on this "OK" button, my application crash. The log:
When i connect to internet, this message change, and the button that show is "Update", then i just click and all works as expected.
Can i handle this event on Ok Button? Ny tips?
Thanks!