I have one activity which can be open from more 4 or 5 different activity so i can find from which activity my current activity is called...
If any idea please help me..
|
|
|
You might want to add extras to the intent you use to start the activity to indicate where the intent is coming from or what the request is. For example:
and then your
|
|||||||
|
|
Android has a function for it!
|
|||||
|
|
|
|||
|
|
Put some extras to intent for the different- different activities eg:
and get extras in the current activity as
so "act" will indicate you the calling Activity. |
|||
|
|