I'm trying to get googleMaps work in my BroadcastReceiver --> OnReceive ( not in MainActivity) But I cant because i cant use getSupportFragmentManager(). So it turns out that im getting NullPointerEcxeption because of GoogleMap Being null...
Im stuck on that and i dont know how to continue ...
Followed by my previous questions: my app doesnt work ( infinite loop } And https://stackoverflow.com/questions/23578571/sending-googlemap-intent-to-broadcastreceiver You can see the code's in those links..
I would be glad to hear any of your idea's ! Thanks.