Re: [android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-30 Thread TreKing
On Wed, Nov 28, 2012 at 10:53 AM, Παύλος-Πέτρος Τουρνάρης p.tourna...@gmail.com wrote: Although at first it worked like a charm, in the Preferences Screen, when i restarted the App it stopped working. You should clarify stopped working. Is there any appropriate way to enable/disable such

Re: [android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
Stopped working = stopped receiving notifications even though the GCM Receiver was enabled. I have to register the receiver class in the Manifest in order to work. On Fri, Nov 30, 2012 at 7:58 PM, TreKing treking...@gmail.com wrote: On Wed, Nov 28, 2012 at 10:53 AM, Παύλος-Πέτρος Τουρνάρης

Re: [android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-29 Thread Παύλος-Πέτρος Τουρνάρης
/BUMP Anyone Please??? On Wed, Nov 28, 2012 at 7:53 PM, Paul-Peter Tournaris p.tourna...@gmail.com wrote: Hello guys. In my application i have a gcmbroadcast receiver registered, so that i can receive PushNotifications. It is the Basic GCMReceiver Class provided by Google and i have an

[android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
Hello guys. In my application i have a gcmbroadcast receiver registered, so that i can receive PushNotifications. It is the Basic GCMReceiver Class provided by Google and i have an element receiver in my Manifest for it. I added a CheckBox in my Preferences Screen in order to enable/disable it

[android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-28 Thread Paul-Peter Tournaris
Hello guys. In my application i have a gcmbroadcast receiver registered, so that i can receive PushNotifications. It is the Basic GCMReceiver Class provided by Google and i have an element receiver in my Manifest for it. I added a CheckBox in my Preferences Screen in order to enable/disable