Allow back presses to work in FragmentActivity

Currently, FragmentActivity overrides onBackPressed()
to only pop off support fragments. This CL fixes this
by delegating to the framework onBackPressed().

BUG: 28186471
Change-Id: I888d203e196eaaed97c2afe1280375208f0aa3fa
6 files changed