Edit: Eh nevermind, seems the only problem was I was trying to use the *support* version: getSupportParentActivityIntent. Remove "support" and it works fine.
I need to be able to control dynamically to which activity the user goes "back", when they press the "Up" button.
It can be set
statically in the manifest as follows:
It
appears it is can be set
programatically following the description
here, but I can't seem to figure out how it works. Help anyone?