Manifest File

Ok I extracted my Manifest file to just check it and it seems to have a lot in it, is everything in the file required? It seems a bit excessive since I don’t use some of this stuff
[html]

<?xml version="1.0" encoding="utf-8"?>

xmlns:android=“http://schemas.android.com/apk/res/android”>









































[/html] [import]uid: 8697 topic_id: 17206 reply_id: 317206[/import]

Corona includes some 3rd party libraries such as OpenFeint, Papaya, and SuperRewards which require many of those activity tags that you see in the manifest file. At the moment, these libraries are compiled into all APKs, whether you need them or not. In the future, we plan on changing this to only include the libraries that developers need. That’s on our to-do list. But in the mean-time, this is just how it works at the moment. [import]uid: 32256 topic_id: 17206 reply_id: 64896[/import]