can a <application> bundle multiple <activity> android.app.NativeActivity ?
can an Intent be passed on to the NativeActivity and how to retrieve it in native code?
Ideally I'd like to have the an Java Activity which lauch a NativeActivity passing on some parameters via the Intent (or some other way)