summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/parsing/ApkLiteParseUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse minSdk even when targetSdk is a codenameWinson Chiu2022-06-291-1/+4
* Pass APK_IN_APEX flag when parsing apk in apexesPedro Loureiro2022-04-291-1/+6
* Allow unknown codenames in target sdk version for APK-in-apexesPedro Loureiro2022-04-011-1/+2
* Send broadcast to SDK verifier.Khalid Ramadan2022-03-081-1/+6
* Allow framework-res APK splits from ApexesPedro Loureiro2022-01-251-13/+45
* Move package parsing to services.jarWinson2022-01-181-33/+49
* Allow installing DPCs with INSTALL_DPC_PACKAGESkholoud mohamed2021-11-081-1/+46
* Fix an IllegalStateException in the OverlayConfigParserRhed Jao2021-09-221-10/+12
* Fail install if required split type is missingJackal Guo2021-08-301-5/+70
* Refactor PackageParser (13/n)Jackal Guo2021-07-271-5/+4
* Merge "Fix wrong targetSdkVersion returned by the ApkLiteParseUtils" into sc-...Rhed Jao2021-06-161-2/+1
|\
| * Fix wrong targetSdkVersion returned by the ApkLiteParseUtilsRhed Jao2021-06-151-2/+1
* | Merge "Fix ApkLite parsing namespace" into sc-dev am: e054e5445b am: 399f3da374TreeHugger Robot2021-06-081-3/+2
|\|
| * Fix ApkLite parsing namespaceWinson2021-06-071-3/+2
| * Fix ApkLite attribute parsingWinson2021-05-191-123/+97
| * Exposes way to bypass user action on updatePatrick Baumann2021-03-241-2/+3
| * Refactor PackageParser (2/n)Jackal Guo2021-01-271-60/+84
* | Fix ApkLite attribute parsingWinson2021-05-191-123/+97
* | Merge "Refactor PackageParser (6/n)"Jackal Guo2021-04-081-8/+8
|\ \
| * | Refactor PackageParser (6/n)Jackal Guo2021-03-291-8/+8
* | | Exposes way to bypass user action on updatePatrick Baumann2021-03-241-2/+3
|/ /
* / Refactor PackageParser (2/n)Jackal Guo2021-01-141-60/+84
|/
* Refactor PackageParser (1/n)Jackal Guo2021-01-141-1/+20
* Reduce package parsing timesJackal Guo2020-11-301-10/+59
* Limit length of package name and shared user idRhed Jao2020-11-061-6/+7
* Merge "Clean up trivial package refactor TODOs"TreeHugger Robot2020-09-091-1/+1
|\
| * Clean up trivial package refactor TODOsWinson2020-08-261-1/+1
* | Update language to comply with Android's inclusive language guidanceJackal Guo2020-09-071-1/+1
|/
* Correct parsing of application/profileable tag + cts.Alex Buynytskyy2020-06-301-7/+24
* Do not change value read from manifest.Alex Buynytskyy2020-06-151-4/+0
* Don't provide read logs for shell-initiated installations.Alex Buynytskyy2020-06-121-7/+20
* Migrate remaining parsePackage V1 to V2Winson2020-05-051-79/+143
* Allow app to specify the rollback data policy in the manifest (1/n)JW Wang2020-04-281-1/+5
* Support multiple requiredSystemProperty in overlayJeongik Cha2020-03-251-1/+1
* Move AssetsProvider to native layerRyan Mitchell2020-03-191-1/+1
* Refactor ApkAsset loading APIsRyan Mitchell2020-03-191-1/+1
* Important migration for new ParsingPackage/ParsedPackage splitWinson2020-02-191-2/+2
* Add xml configuration of RROsRyan Mitchell2020-02-181-1/+34
* Merge "Change app code path"Songchun Fan2020-02-031-0/+4
|\
| * Change app code pathSongchun Fan2020-01-311-0/+4
* | Require signature scheme V2+ for target SDK R+Michael Groover2020-01-281-3/+3
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Revert "Revert "Deprecate PackageParser#Package""Winson2019-12-061-0/+428
* Revert "Deprecate PackageParser#Package"Winson Chiu2019-10-011-428/+0
* Deprecate PackageParser#PackageWinson2019-09-261-0/+428