OSDN Git Service

Navigation fixes for Settings
authorAdam Powell <adamp@google.com>
Wed, 3 Oct 2012 23:29:56 +0000 (16:29 -0700)
committerAdam Powell <adamp@google.com>
Wed, 3 Oct 2012 23:36:20 +0000 (16:36 -0700)
commit4684ae8eca46810000311ad7753498e6d372c911
treec2b9f1fd5e9f1687509eefd5eb0cb775c1e8e038
parent69643009a663bdd64b4fbe7a08c4c7a2111d2207
Navigation fixes for Settings

Change quick-entry points to Settings to have taskAffinity="",
excludeFromRecents="true", and no parentActivityName.

This makes the various quick shortcuts more standalone; their task
state does not persist and they have no Up navigation available. As
most shortcuts do not launch these activities with
FLAG_ACTIVITY_TASK_ON_HOME, Back will return the user to the previous
task.

This does not affect the "real" versions of these settings screens as
navigated to through the front door of the Settings app; those screens
are reached through SubSettings instances with specific fragments
added.

Bug 7276291

Change-Id: I7864437277601a3f6b6beded44a5edfd4636010c
AndroidManifest.xml