I don't believe you've posted an actual logcat stack trace for the crash yet - perhaps the time has come?

09.08.2011 22:26, kypriakos пишет:
And I start the intents each time with this:

         Intent intent = new Intent();
         intent.setClass(androidContext, myClass.class);
         intent.setFlags(intent.FLAG_ACTIVITY_NEW_TASK);
         intent.addFlags(intent.FLAG_ACTIVITY_SINGLE_TOP);
        intent.putExtra("from", stop);
         androidContext.startActivity(intent);

--
Kostya Vasilyev

--
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