Can't disable LaunchPad in config.lua file?

I want to disable Launchpad and the information I have is to do this in the config.lua file according to http://developer.anscamobile.com/content/configuring-projects

I’m using “require ads” in my main.lua file. So I can’t disable LaunchPad? Also, I noticed now one of my app permissions is “Phone calls” “read phnone state” why is this?

[import]uid: 38820 topic_id: 13480 reply_id: 313480[/import]

You cannot disable launchpad if you “require ads” as stated in the same page you linked to
Note: Setting “require credits”, “require gameNetwork”, or “require ads” in your code will enable Launchpad and override this setting.
.c [import]uid: 24 topic_id: 13480 reply_id: 49517[/import]

I was just wondering if there was another way of turning it off. I guess not.

What about the “Phone calls” Permission. I know some Android users may not want to download my game because they might think that I’m reading names and phone numbers. I will add something to my Android Market description telling users I do not read names and phone numbers. But.

What is Corona using the “Phone calls” permission for?

[import]uid: 38820 topic_id: 13480 reply_id: 49582[/import]

this is an injection due to papaya social network - we are looking at ways to automatically remove it if papaya is not included

.c
[import]uid: 24 topic_id: 13480 reply_id: 49584[/import]

Thank you for the quick response and explaining this.

I better get started working on my next game. [import]uid: 38820 topic_id: 13480 reply_id: 49587[/import]