If You want to know which Activity data is sent, You can send activity id 
in extras. 
In activity You create private variable: 
Activity A {
private id = 'A';
}
and then put extras
Intent.putExtras('activityId','this.id')
That will inform new activity about source. 

W dniu sobota, 6 października 2012 14:00:48 UTC+2 użytkownik Salih Gündüz 
napisał:
>
> Can we control which activity send data in destination activity?

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

Reply via email to