What about Intent intent =getIntent(); in your OnCreate() of second Activity.
- Anurag Singh On Sat, May 1, 2010 at 3:48 PM, Sebastian <[email protected]> wrote: > yes i tried to use broadcast receiver: > > Intent intent = new Intent("b.intent.action.Broadcast"); > sendBroadcast(intent); > > Then i added an entry to the manifest file of applikation a which is > defining the receiving class. the problem here is a > ClassDefNotFoundException. Since the two activties are in different > applications, the class i defined in the manifest of application a, > but wich is located in application b can't be found at runtime. > > Any hints to avoid this? > > On 30 Apr., 22:06, TreKing <[email protected]> wrote: > > On Fri, Apr 30, 2010 at 3:03 PM, sebastian23 <[email protected]> > wrote: > > > So what can i do to solve this problem? Any help is really appreciated. > > > Thanks! > > > > I think is what BroadcastReceivers are for ... > > > > > ------------------------------------------------------------------------------------------------- > > TreKing - Chicago transit tracking app for Android-powered deviceshttp:// > sites.google.com/site/rezmobileapps/treking > > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group athttp:// > groups.google.com/group/android-developers?hl=en > > -- > 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]<android-developers%[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 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

