Hello,

I have Action which can obtain data from two sources - from Intent's
extra and when there is no data it starts new anctivity and takes
results from it.

In the second case it tooks very long to do startActivityForResult.
It's faster even when i remove startActivityForResult from onResume
and run it from menu, but it's unacceptable for end-user.

This second Activity (started using startActivityForResult) has
android:theme="@android:style/Theme.Translucent" maybe it's the
problem.

There is also another strange thing - when I start that transcluent
activity from menu i can see "through" it (as I wanted), but when i
run it from startActivityForResult translucent space is black.

Regs,

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

Reply via email to