- Home /
Question by
stevethorne · Jan 14, 2014 at 05:00 PM ·
androidpluginmainintent
Override Android's onCreate without setting application as MAIN
I'm creating an Android plugin for Unity and from what I understand, you can only have one use the MAIN intent filter. My onCreate method is not being called and I need to have something set up in the plugin on creation. Is it still possible to override the onCreate function of an activity without having to use the MAIN intent filter?
Comment