summaryrefslogtreecommitdiff
path: root/core/java/android/app/ContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Allow package verifier to hide specific fgs notifications."" i...TreeHugger Robot2020-09-251-13/+0
|\
| * Revert "Allow package verifier to hide specific fgs notifications."Kweku Adams2020-09-231-13/+0
* | [RESTRICT AUTOMERGE] Make a context dervied from an UI context as an UI contextCharles Chen2020-08-261-1/+6
* | Respect UI Context for getDisplayCharles Chen2020-08-241-10/+10
|/
* Allow package verifier to hide specific fgs notifications.Kweku Adams2020-08-181-0/+13
* Fix NPE when invoking Context#isUiContextCharles Chen2020-07-081-17/+22
* Revert "Revert "Enable IMS and its config context to obtain UI component""Charles Chen2020-06-291-2/+5
* Revert "Enable IMS and its config context to obtain UI component"Alistair Delva2020-06-241-5/+2
* Enable IMS and its config context to obtain UI componentCharles Chen2020-06-231-2/+5
* Merge "Support apps sharing file:// URIs with the camera API" into rvc-devZimuzo Ezeozue2020-06-021-1/+1
|\
| * Support apps sharing file:// URIs with the camera APIZim2020-06-011-1/+1
* | Fix get display from display context derived context not workingCharles Chen2020-05-301-0/+1
|/
* Cache isSystemOrSystemUI on ContextImpl creationChris Li2020-04-271-6/+14
* Remove the @hide from ContextImpl#bindServiceAsUserAlex Kershaw2020-03-291-1/+0
* Report incorrect context usage in ViewConfigurationChris Li2020-03-261-1/+3
* Rename createBaseActivityResources to createBaseTokenResourcesCharles Chen2020-03-241-3/+2
* Show class name in error messageCharles Chen2020-03-161-2/+3
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-72/+72
* [API Review] Expose sendOrderedBroadcastPeter Wang2020-02-261-3/+3
* Merge "Cache package and permission information"Tim Murray2020-02-211-21/+2
|\
| * Cache package and permission informationDaniel Colascione2020-02-201-21/+2
* | Handle config/display changes for WindowContextAndrii Kulian2020-02-211-1/+19
|/
* Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian2020-02-201-12/+54
* Revert "Revert "Activity start: Send featureId from context->AppOpsManager""Philip P. Moltmann2020-02-121-42/+43
* Revert "Activity start: Send featureId from context->AppOpsManager"Philip P. Moltmann2020-02-101-43/+42
* Activity start: Send featureId from context->AppOpsManagerPhilip P. Moltmann2020-02-081-42/+43
* Always create application cache directories through StorageManager.Martijn Coenen2020-02-031-14/+17
* Merge changes from topic "add_bundle_to_window_context"Andrii Kulian2020-01-311-2/+2
|\
| * Add bundle options to Context#createWindowContext APIAndrii Kulian2020-01-281-2/+2
* | Fix ResourcesLoader NPERyan Mitchell2020-01-301-1/+2
* | Refactor ResourcesLoader APIsRyan Mitchell2020-01-281-9/+19
|/
* Introduce WindowContext APIAndrii Kulian2020-01-221-22/+56
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add the root of crates by Context.getCrateDirFelka Chang2019-12-161-0/+21
* [Telephony Mainline] Exposed sendOrderedBroadcastPeter Wang2019-11-271-0/+12
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
* System API: Context#registerReceiverForAllUsersMeng Wang2019-11-071-0/+14
* Expose Context.sendOrderedBroadcast with appopJordan Liu2019-11-011-0/+14
* Add feature contextPhilip P. Moltmann2019-10-171-26/+41
* Explicitly take flags in createContextAsUser()Makoto Onuki2019-10-141-2/+2
* Merge "Add Context.createContextAsUser()"Makoto Onuki2019-10-101-0/+9
|\
| * Add Context.createContextAsUser()Makoto Onuki2019-10-101-0/+9
* | Merge "Perform agent startup-attach before bind" am: 7ae1299cdd am: d3337c905...Alex Light2019-10-091-1/+10
|\ \ | |/ |/|
| * Perform agent startup-attach before bindAlex Light2019-10-081-1/+10
* | Create permission manager AIDLTodd Kennedy2019-07-021-3/+5
|/
* Revert "Add optional reasons why permissions were denied"Tim Murray2019-05-071-45/+19
* Add optional reasons why permissions were deniedPhilip P. Moltmann2019-05-051-19/+45
* Revert ContextImpl LoadedApk packageInfo caching workaroundWinson2019-03-291-13/+8
* Merge "Remove unnecessary called from system process warning."TreeHugger Robot2019-03-221-1/+0
|\