HackerspaceBremen / hshb_notifier_android

This repository holds the source code of the open space notifier android app.
3 stars 2 forks source link

Use checkPlayServices #31

Closed steveliedtke closed 10 years ago

steveliedtke commented 10 years ago

At the moment the app uses GCM. Therefore the google services are needed. Use the checkPlayServices() described here: http://developer.android.com/google/gcm/client.html to make the app usable for devices not using Google Play Services.