summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-10 17:03:42 -0700
committerDianne Hackborn <hackbod@google.com>2011-06-10 18:34:54 -0700
commitafc4b283fdaedec9bf32492a019b43cc33edc9b6 (patch)
tree6fde7ed8d76aa76bd93eebc427d4ceb0282d71ea /api
parent2bb2d48f9ca1726b8de957ec7ea321c767409c12 (diff)
downloadframeworks_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.xml11
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"