Locationmanager Exception
I'm trying to make LocationManager work and get weird security exception. When I run code: this.lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE); this.lm.setTestPro
Solution 1:
<uses-permission .../>
goes outside the <application .../>
tag.
Post a Comment for "Locationmanager Exception"