farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Android: Adapters should call AdWhirlManager.getLocation if extra.locationOn #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Adapters:
Google AdMob
Millennial Media

Adapters should check that the developer has enabled location is extras, then 
call AdWhirlManager.getLocation.  Should test and make sure this doesn't break 
things when location permissions are not added.

Original issue reported on code.google.com by wesgood...@google.com on 27 Jun 2011 at 9:33

GoogleCodeExporter commented 9 years ago
Probably a better fix would be to break out the stuff that sets 
AdWhirlManager.location from AdWhirlManager.getCustom into another function.  
Then, add another function that sets/retrieves AdWhirlManager.location, which 
the adapters would use.

Original comment by wesgood...@google.com on 29 Aug 2011 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by eleichte...@google.com on 25 Jan 2012 at 2:33