I wrote a home app to lock down my main app.
Any time the home button is pressed, the home
app just launches the main app.
My main app uses the zxing barcode scanner app
when a button is pressed.  I can permanently
cripple zxing by doing this:

1) Press 'scan' button in my app.
2) Scanner pops up
3) press 'Home' key
4) Main app shows up again
4) Press 'scan' button again

Dialog comes up saying:

"Sorry, the Android camera encountered a problem.
You may need to restart the device.".

I'm wondering whether it's because multiple instances
of the apps are getting started.  I know about flags
like FLAG_ACTIVITY_REORDER_TO_FRONT, but it seems that
they are only for starting new activities in the same
task.  Is that correct?  What would be the equivalent
when starting a new task?

Thanks!

Tobiah

--
--
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
--- You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to