November 22nd, 2010, 08:02 AM
|
#1 (permalink)
|
|
New Member
Join Date: Nov 2010
Posts: 12
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
no internet allthough I have permission.INTERNET
Hello friends,
I wanna go to the world wide web through my android application.
If I build an MapActivity I get just a gray grid instead of a map.
If I do an HTTPConnection I get an Exception:
Permission denied (maybe missing INTERNET permission)
In my Manifest file the permission is included:
Code:
<uses-permission android:name="android.permission.INTERNET" />
Allthough I have that permission in my manifest I can not go to the Internet.
The Browser in emulator is working correctly, so my emulator have access to web but not my application.
Anyone an idea?
greets
Markus
|
|
|