My MainACtivity.java calls a service activity (GCM.java) for registering to GCM and sending registration id to server.
I want to retrieve the registration id in my MainActivity to use it. How can this be done?
I tried using Intents but that makes me go back my MainActivity and i dont want that.
Thanks