Manifest file contains

<application android:icon=*"@drawable/icon"* android:label=*
"@string/app_name"*>

<uses-permission android:name=*"android.permission.INTERNET"* />

<activity android:name=*".WelcomeScreen"
*

android:label=*"@string/app_name"*>

<uses-permission android:name=*"android.permission.INTERNET"* />

Siddharth



 On Tue, Jun 30, 2009 at 11:47 PM, MCON Dev <mcon...@gmail.com> wrote:

> My scenario is simple. I have a server running on port 124. My client code
> is
> *clientSocket* = *new* Socket("localhost", 124, InetAddress.*getByName*(
> "127.0.0.1"), 125);
>
> I have set the Developer Tools on android to "debug my application". Now
> when I run this code, I get a "permission to INTERNET" issue. Attached is
> bitmap.
>
> I dont have my server run as yet. Ideally without my server running I
> should not get a permission issue. Right ??
>
> Please help me debug the root cause ? Am I missing something really basic ?
>
> MConDev
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to