iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

IntentFilterActivity: Force new task #251

Closed marczych closed 9 years ago

marczych commented 9 years ago

In order to make the back button behave properly when coming from search results or other intents, we must force IntentFilterActivity to have a different taskAffinity so it doesn't launch the activities into the same stack as the main application. This results in an empty back stack for all Activities routed through IntentFilterActivity which is exactly what we want.

timothyasp commented 9 years ago

CR :+1: