Hi,
I'm just wondering if there are plans to add newIntent/onNewIntent events to TabGroup and Window objects in Android, now that they are both heavyweight objects with their own Activities. I am using Titanium SDK 4.1.0 and this functionality is missing.
This would be helpful for intents that use the FLAG_ACTIVITY_SINGLE_TOP flag because the intent is only passed in to the activity in onNewIntent, when the activity is already open. This could come in the form of handling a newIntent event in JavaScript or through lifecycleContainer proxy in Java.
Thanks in advance, Martin