On Sun, Nov 23, 2008 at 3:45 AM, Guillaume Perrot <[EMAIL PROTECTED]>wrote:
> * you can't bind to a service, onServiceConnected will never be > called. This is a bug that should be fixed in the future. Not documented because we didn't realize it was broken. :) > * window features (only available in the TabActivity). Window features apply to the overall window, so they should be specified in the parent container. > * you can't use most of the manifest properties such as the launch > flags, and so you can not send intents to an activity inside a tab > even in singleTop launch mode, a new activity in full screen will be > launched if you try. True, to the system the identity of the group is purely the parent container; all of the other activities are running inside of it, so they are managed by the parent. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

