Android Permissions

When I publish my app on Android Market I am asked for the following permissions :

  1. Network Communication
  2. Phone Calls

What I need to do, so that no permissions are granted to the user?

Here is my build.Settings :

settings =
{
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeLeft”,“landscapeRight”
},
},

android =
{
versionCode = “1”
},

} [import]uid: 71670 topic_id: 15388 reply_id: 315388[/import]