summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContextWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-301-8/+0
* Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs2021-06-291-0/+8
* Revert "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-221-8/+0
* Deprecate Context#createApplicationContextRyan Mitchell2021-05-181-0/+8
* Temp allowlist bluetooth broadcast to start FGS for 10 seconds.Hui Yu2021-04-211-0/+7
* Add an excludedPermission arg to filter the set of apps that a broadcastAshwini Oruganti2021-04-121-0/+7
* Allow config context to inflate viewsCharles Chen2021-04-071-0/+11
* Runtime permission attribution improvementsSvet Ganov2021-03-291-0/+6
* Support for a Context to "renounce" permissions.Jeff Sharkey2021-03-051-0/+11
* Add new API to check a collection of URIs at onceAbhijeet Kaur2021-02-151-0/+20
* Merge "Expose Context#sendStickyBroadcast(Intent, Bundle)" am: 846e5f178d am:...Paul Hu2021-01-221-0/+29
|\
| * Expose Context#sendStickyBroadcast(Intent, Bundle)paulhu2021-01-181-0/+29
* | Merge "Derestrict ContextWrapper.createApplicationContext." am: 6e1f2d209b am...Mathew Inwood2021-01-071-1/+1
|\|
| * Derestrict ContextWrapper.createApplicationContext.Mathew Inwood2021-01-071-1/+1
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+3
* | Add a UI Context for RootTaskDisplayAreaOrganizerCharles Chen2021-01-071-0/+9
* | Introduce #createWindowContext with displayCharles Chen2020-12-211-0/+7
* | Annotate ContextWrapper with @NullableSoonil Nagarkar2020-11-211-71/+72
* | Introduce getWindowContextTokenCharles Chen2020-11-161-0/+8
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* | Merge "Fix NPE when invoking Context#isUiContext" into rvc-dev am: 5c25605da0...Charles Chen2020-07-081-0/+3
|\|
| * Fix NPE when invoking Context#isUiContextCharles Chen2020-07-081-0/+3
* | Fix nullable annotation to match overriden method in super classMocy Sheng2020-05-111-3/+5
|/
* Report incorrect context usage in ViewConfigurationChris Li2020-03-261-0/+8
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-4/+4
* WindowContext: Add @WindowType intdefAdrian Roos2020-03-111-1/+2
* [API Review] Expose sendOrderedBroadcastPeter Wang2020-02-261-6/+6
* Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian2020-02-201-0/+6
* Add bundle options to Context#createWindowContext APIAndrii Kulian2020-01-281-2/+2
* Introduce WindowContext APIAndrii Kulian2020-01-221-4/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add the root of crates by Context.getCrateDirFelka Chang2019-12-161-0/+10
* [Telephony Mainline] Exposed sendOrderedBroadcastPeter Wang2019-11-271-0/+10
* Remove @SystemApi annotation for an overriding methodJiyong Park2019-11-191-1/+0
* Context: Make sendBroadcastMultiplePermissions a @SystemApiRoshan Pius2019-11-141-1/+2
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
* Merge "System API: Context#registerReceiverForAllUsers"Meng Wang2019-11-081-0/+11
|\
| * System API: Context#registerReceiverForAllUsersMeng Wang2019-11-071-0/+11
* | Merge "Add an override for getUser in ContextWrapper"TreeHugger Robot2019-11-071-0/+6
|\ \ | |/ |/|
| * Add an override for getUser in ContextWrapperkholoud mohamed2019-11-061-0/+6
* | Merge "Expose Context.sendOrderedBroadcast with appop"Jordan Liu2019-11-011-14/+25
|\ \
| * | Expose Context.sendOrderedBroadcast with appopJordan Liu2019-11-011-14/+26
| |/
* / Support feature context in TelephonyManagerPhilip P. Moltmann2019-11-011-0/+6
|/
* Add feature contextPhilip P. Moltmann2019-10-171-0/+7
* Explicitly take flags in createContextAsUser()Makoto Onuki2019-10-141-2/+2
* Add Context.createContextAsUser()Makoto Onuki2019-10-101-0/+6
* Add Context.bindService with executor parameterBo Liu2019-03-061-3/+9
* Added some TestApi that are already used by CTSWale Ogunwale2019-02-211-4/+2