summaryrefslogtreecommitdiffstats
path: root/api/current.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-10-12 11:34:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-12 11:34:00 -0700
commit9809d5149b883315c73aef197200eb9758d34134 (patch)
treeda9abce3d6e8159f61efee8701f7f0c7d4e16ada /api/current.xml
parent13683ab7d4c59c242d44f56f0e1576fee0b20976 (diff)
parent4bc6158d6bdeff796cfd61d489c01db0d203534c (diff)
downloadframeworks_base-9809d5149b883315c73aef197200eb9758d34134.zip
frameworks_base-9809d5149b883315c73aef197200eb9758d34134.tar.gz
frameworks_base-9809d5149b883315c73aef197200eb9758d34134.tar.bz2
am 4bc6158d: am baad552d: am 68d881cf: Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast
Merge commit '4bc6158d6bdeff796cfd61d489c01db0d203534c' * commit '4bc6158d6bdeff796cfd61d489c01db0d203534c': Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 109ca3a..a25c05f 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -27787,6 +27787,28 @@
<parameter name="makeMap" type="boolean">
</parameter>
</method>
+<method name="isInitialStickyBroadcast"
+ return="boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
+<method name="isOrderedBroadcast"
+ return="boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="onReceive"
return="void"
abstract="true"