Modifying AndroidManifest.xml beyond permissions in build.settings?

Hi all,

Does anyone know if it’s possible to edit things that wind up in AndroidManifest.xml, aside from permissions that you can specify in build.settings? Things like intent filters?

I’m specifically interested in adding an intent to launch the main activity Corona creates (which, associated question, how do you know what that is?) for android.intent.category.LAUNCHER so I can build a launcher with Corona. I *THINK* that’s the basic task you’d need to do to pull it off… I’ve built a simple launcher and got it working on my phone, so I know how to do that outside of Corona, but doing it with Corona is my real goal.

I think I could edit the APK after the fact, resign and repackage it, but that may not even be true… I know I can aapt the manifest or use various tools to decrypt it, but not sure if there’s some gotchas I’m not thinking of… so, doing it natively through Corona is really the best answer.

So, anyone know if that’s possible?

Thanks,
Frank [import]uid: 10600 topic_id: 33728 reply_id: 333728[/import]