On Wed, Jul 18, 2012 at 2:23 AM, Dirk Vranckaert <[email protected]>wrote:
> I even tried to launch the activity without passing anything and still my > onActivityResult method is not reached... > You're not sending a negative request code, by chance, are you? > Do you mean to create different pendingIntents (so with a different > requestCode, something like "start" + widgetId and "stop" + widgetId) or do > you mean to create two different activities (cause that is whay I already > have, a start- and stop-activity)? Two different PendingIntents. http://developer.android.com/reference/android/content/Intent.html#setAction%28java.lang.String%29 And also.. If I do not use FLAG_UPDATE_CURRENT, then what flag(s) should I > define? > None. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

