jotobjects wrote:
> Here is a SecurityException I don't understand.  The following code is
> in onCreate() for a TabActivity object. There is a TabWidget in the
> layout file.  The code works for tabs with Views and ViewGroups, but
> when I put an Intent as the content in a tab I get this error.
> 
> The same intent works find if I call startActivity() directly.  I do
> have android.permission.INTERNET set in AndroidManifest.
> 
> Are there limitations on the kind of activity intent that can be used
> in a tab?

It has to be one you wrote. You cannot embed third party activities into
your tabs.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Looking for Android opportunities? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to