diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-06-10 17:03:42 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-06-10 18:34:54 -0700 |
commit | afc4b283fdaedec9bf32492a019b43cc33edc9b6 (patch) | |
tree | 6fde7ed8d76aa76bd93eebc427d4ceb0282d71ea /api | |
parent | 2bb2d48f9ca1726b8de957ec7ea321c767409c12 (diff) | |
download | frameworks_base-afc4b283fdaedec9bf32492a019b43cc33edc9b6.zip frameworks_base-afc4b283fdaedec9bf32492a019b43cc33edc9b6.tar.gz frameworks_base-afc4b283fdaedec9bf32492a019b43cc33edc9b6.tar.bz2 |
Fix some problems with moving in and out of detached state.
Loaders were not being re-initialized correctly when coming back
(this would also impact the back stack). The ListView also wasn't
working correctly, and there were also problems with simply
re-using a Fragment instance after it had been removed.
Change-Id: I534b091ae09c0ef7ffffe9d68049e6840e8926b3
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6581042..a9f3e85 100644 --- a/api/current.xml +++ b/api/current.xml @@ -30614,6 +30614,17 @@ visibility="public" > </method> +<method name="isDetached" + return="boolean" + abstract="false" + native="false" + synchronized="false" + static="false" + final="true" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="isHidden" return="boolean" abstract="false" |