From d4172f77392c491b05e65a0743c3c830d264a174 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Wed, 15 Apr 2015 17:05:58 -0700 Subject: [PATCH] Updated javadoc for persistRootOnly attribute. To include information about task relinquishing identity. Bug: 17618255 Change-Id: I94965fc213769b21ad70a22f3d3b603084054357 --- core/res/res/values/attrs_manifest.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 5ffe57e439af9..36e0819e860d2 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -907,10 +907,11 @@ what gets persisted. --> + persisted across reboots but only the launching intent will be used. If the task + relinquishes its identity then the intent used is that of the topmost inherited + identity. All activities above this activity in the task will not be persisted. + In addition this activity will not be passed a PersistableBundle into which it + could have stored its state. -->