Markus Taubek
Newbie
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:
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
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