I am adding a second action to my ANDROID Studio application and it has a field labeled “Hierarchical Parent”. I assume that this means that the hierarchical hierarchy of the parent is the new activity that I am adding, so when the user is in the parent activity and performs some action that triggers the OTHER action, the BACK button will return you to the previous activity.
But what is the actual format of what I have to enter into this field in the New Actions dialog box?
source
share