summaryrefslogtreecommitdiff
path: root/core/java/android/app/ApplicationPackageManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add nvidia profile managerAaron Kling2022-09-171-0/+12
* RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate classkholoud mohamed2022-03-191-8/+9
* Add a system API to make a package become visible to other packageRhed Jao2022-03-111-0/+9
* Reduce lock contention.Alex Buynytskyy2022-03-011-55/+34
* Rename SupplementalProcess to SdkSandboxNikita Ioffe2022-02-281-2/+2
* Teach PackageManagerService about supplemental processNikita Ioffe2022-02-011-0/+12
* Allow overriding enterprise badge drawableskholoud mohamed2022-01-291-8/+62
* Move package parsing to services.jarWinson2022-01-181-37/+1
* Prepare PropertyInvalidatedCache for SystemApiLee Shombert2022-01-041-2/+2
* [pm] new APIs for ApplictaionInfo/PackageInfo/ComponentInfo/ResolveInfo flagsSongchun Fan2021-12-021-55/+288
* Add public API to obtain digests of a file.Alex Buynytskyy2021-11-221-10/+10
* Move PackageUserState into system serverWinson2021-11-031-2/+2
* Encapsulate PackageUserState fieldsWinson2021-10-041-2/+2
* Rename api mayPackageQuery to canPackageQueryRhed Jao2021-09-231-2/+2
* Allow application to inspect query-ability of other packageRhed Jao2021-09-101-0/+15
* Add multiple components support for component enabled setting updatesRhed Jao2021-08-161-0/+9
* Revert "Do not cache wildcard users (PackageManager)"Lee Shombert2021-08-021-6/+2
* Merge "Apply package visibility to getUidForSharedUser"Jackal Guo2021-07-231-1/+1
|\
| * Apply package visibility to getUidForSharedUserJackal Guo2021-07-221-1/+1
* | Do not cache wildcard users (PackageManager)Lee Shombert2021-07-201-2/+6
|/
* Merge "Expose platform permission group mapping as public API." into sc-dev a...Hai Zhang2021-05-211-0/+23
|\
| * Expose platform permission group mapping as public API.Hai Zhang2021-05-211-0/+23
* | Merge "Customer API feedback." into sc-dev am: 915f8bdabaAlex Buynytskyy2021-05-041-1/+1
|\|
| * Customer API feedback.Alex Buynytskyy2021-05-041-1/+1
* | Support launching apps by package name without visibilityRhed Jao2021-04-061-0/+10
|/
* Null check before invoking callbackTodd Kennedy2021-03-101-9/+10
* Revert "Revert "Keep old package manager constructor""Todd Kennedy2021-02-251-0/+1
* Add overlayPaths to ApplicationInfoRyan Mitchell2021-02-081-1/+1
* Changing IntentSender to become a listener.Alex Buynytskyy2021-02-051-3/+14
* Pass in split permissions to ParsingPackageUtils.Hai Zhang2021-02-021-0/+33
* Adding APIs to get manifest entries for Launcher activities and widgetsSunny Goyal2021-02-011-6/+16
* Introduces RotationResolverService to the systemYi Jiang2021-01-251-0/+9
* Move permission methods in PackageManager to PermissionManager.Hai Zhang2020-12-101-236/+48
* Move default app related methods to role manager.Hai Zhang2020-12-031-10/+5
* Implment get/query APIs for propertiesTodd Kennedy2020-11-211-0/+110
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-3/+3
* Addressing API review comments.Alex Buynytskyy2020-10-051-16/+26
* Add getTargetSdkVersion without AppInfoWinson2020-09-171-0/+13
* Rollforward: Digest API: allow installer to provide digests for an APK.Alex Buynytskyy2020-09-141-1/+10
* Revert "Digest API: allow installer to provide digests for an APK."Slava Shklyaev2020-09-141-10/+1
* Digest API: allow installer to provide digests for an APK.Alex Buynytskyy2020-09-111-1/+10
* APK digest API and initial implementation.Alex Buynytskyy2020-08-241-0/+44
* Don't override config of display contexts with activity display.Darryl L Johnson2020-08-201-2/+1
* PackageNamePermissionQuery uid->userIdAdam Bookatz2020-08-121-2/+1
* [resolver] only keep one preferred activity if selected with always=trueSongchun Fan2020-07-161-2/+12
* Merge "Implement permission revoke with reason" into rvc-dev am: cee666eba9 a...Evan Severson2020-06-241-8/+9
|\
| * Implement permission revoke with reasonEvan Severson2020-06-241-8/+9