Open GoogleCodeExporter opened 9 years ago
You can see the correct code used in PlaceActivity.onCreate:
locationListenerPassivePendingIntent = PendingIntent.getBroadcast(this, 0,
passiveIntent, PendingIntent.FLAG_UPDATE_CURRENT);
Presumably this is the usual happy-case code path. I just had bad luck by
harvesting the code from the BootReceiver, which presumably wasn't tested as
thoroughly ;)
Original comment by ken...@kentonprice.com
on 16 Apr 2012 at 4:25
Original issue reported on code.google.com by
ken...@kentonprice.com
on 16 Apr 2012 at 4:20