summaryrefslogtreecommitdiff
path: root/core/java/android/content/BroadcastReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* System API: Context#registerReceiverForAllUsersMeng Wang2019-11-071-0/+17
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-6/+7
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+16
* Fix broken javadocs.Jeff Sharkey2017-08-061-1/+1
* Fix issue #38210653: Few more tweaks of job schedulerDianne Hackborn2017-05-121-1/+23
* Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5Philip P. Moltmann2017-02-141-3/+3
* resolve merge conflicts of d043a840f7f12ce2c54e7d4564a6ac9cfa24dd17 to nyc-mr...Philip P. Moltmann2017-02-141-3/+3
|\
| * [DO NOT MERGE] Revert "[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms"Philip P. Moltmann2017-02-131-3/+3
| * [DO NOT MERGE] Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann2017-01-311-3/+3
* | docs: changes to broadcast documentation am: 33ec106d22 am: 377dab8ab3 am: fd...Mark Lu2016-12-161-225/+67
|\|
| * docs: changes to broadcast documentationMark Lu2016-12-131-225/+67
* | Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann2016-12-141-3/+3
* | Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-4/+4
|/
* Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey2016-01-281-1/+1
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-1/+1
* [ActivityManager] Distinguish FG or BG receiver finishedriddle_hsu2015-01-031-4/+6
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-1/+1
* docs: Fix a bunch of issuesScott Kennedy2013-01-111-1/+1
* Add registering for explicit users.Dianne Hackborn2012-09-041-3/+15
* Fix several cases of broken droiddoc syntaxJeff Smith2012-07-251-1/+1
* Clarify docs for the thread used in BroadcastReceiver.onReceive()Nick Pelly2012-03-021-3/+7
* SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn2011-12-121-30/+67
* Merge "docs: add developer guide cross-references, Project ACRE"Joe Fernandez2011-10-041-1/+8
|\
| * docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-1/+8
* | Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+4
|/
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-0/+10
* Add facility for broadcasts receives to do work asynchronously.Dianne Hackborn2010-10-271-31/+281
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-051-1/+31
* AI 144405: am: CL 144307 am: CL 144306 Fix SDK issue 1716562 - Broadcast mech...Chris Tate2009-04-021-7/+15
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-4/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+425
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-425/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-2/+2
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+27
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+399