Hello,
this is my first step into android development, so I hope I don't miss anything obvious.
I followed the hello world tutorial on Hello, World | Android Developers on my eclipse 3.5 on linux. I chose Android 2.1-update1 as target, and it worked fine in the AVD.
I then wanted to test the app on my cellphone (samsung galaxy S), but had problems with USB connectivity. I found a .apk file in the /bin directory of the workspace and copied it to the phone. I installed it using the file manager, but:
It requests the following permissions:
SD-Memory acces
Calls - Read status of telephone (those are translated)
I googled and found out that permissions are set in the AndroidManifest.xml. But said xml does not contain any permissions, and I have seen other apps that dont require any permissions at all.. So, what am I doing wrong?
this is my first step into android development, so I hope I don't miss anything obvious.
I followed the hello world tutorial on Hello, World | Android Developers on my eclipse 3.5 on linux. I chose Android 2.1-update1 as target, and it worked fine in the AVD.
I then wanted to test the app on my cellphone (samsung galaxy S), but had problems with USB connectivity. I found a .apk file in the /bin directory of the workspace and copied it to the phone. I installed it using the file manager, but:
It requests the following permissions:
SD-Memory acces
Calls - Read status of telephone (those are translated)
I googled and found out that permissions are set in the AndroidManifest.xml. But said xml does not contain any permissions, and I have seen other apps that dont require any permissions at all.. So, what am I doing wrong?