The following two methods seem like they should do the trick, but I can't get them to work. Does anyone how to get these methods to work, or know of another way?
getSupportParentActivityIntent http://developer.android.com/reference/android/support/v7/app/ActionBarActivity.html#getSupportParentActivityIntent()
onCreateSupportNavigateUpTaskStack http://developer.android.com/reference/android/support/v7/app/ActionBarActivity.html#onCreateSupportNavigateUpTaskStack(android.support.v4.app.TaskStackBuilder)
How to implement getSupportParentActivityIntent() to set the activity dynamically for up-button in android