summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/ApplicationInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate IME to handle back with OnBackInvokedDispatcher.Shan Huang2022-05-041-0/+17
* Merge "Change unsafe readSparseArray call in ApplicationInfo." am: db4e1b7369...Hao Ke2022-03-071-1/+1
|\
| * Change unsafe readSparseArray call in ApplicationInfo.Hao Ke2022-03-011-1/+1
* | Move OnBackInvokedCallback to window package.Vadim Caen2022-03-021-2/+2
* | Change ApplicationInfo create timestamp to uptimeMillisJeremy Meyer2022-02-171-2/+3
* | Add enableOnBackInvokedCallaback manifest attributeVadim Caen2022-02-141-0/+26
* | Add Cross-UID ActivityEmbedding trust model APIsAndrii Kulian2022-02-091-1/+51
* | Expose SharedLibrary APIs for use by SupplementalProcess moduleGavin Corkery2022-02-021-32/+52
* | APP languages detectionJosh Hou2022-01-141-0/+24
* | Support per-process Application class (package parser)Makoto Onuki2021-12-131-2/+65
* | Don't update cached ApplicationInfo with old informationJeremy Meyer2021-12-101-0/+11
|/
* Fix the typos on the java docRhed Jao2021-12-031-1/+1
* Add application-level 'attributionsAreUserVisible' attributeErik Wolsheimer2021-05-201-0/+17
* Implement requestForegroundServiceExemption, without enabling itMakoto Onuki2021-05-101-0/+20
* Change hasRequestRawExternalStorageAccess() to return integerSahana Rao2021-05-031-12/+47
* Add profileable opt-out to packages.list.Florian Mayer2021-04-301-0/+29
* Suppress AutoBoxing issue for hasRequestRawExternalStorageAccessAurimas Liutikas2021-04-151-0/+1
* Rename requestOptimizedExternalStorageAccess to more precise nameSahana Rao2021-04-061-15/+15
* Merge "Add documents for isOem/Vendor/Product" am: 67b816def6 am: 1593239f22 ...Paul Hu2021-03-311-3/+12
|\
| * Add documents for isOem/Vendor/Productpaulhu2021-03-301-3/+12
| * Implement memtagMode and nativeHeapZeroInit manifest attrs.Evgenii Stepanov2021-02-251-0/+73
* | Cleanup nativeHeapZeroInit and memtagMode implementation.Evgenii Stepanov2021-03-241-15/+57
* | Add manifest attribute requestOptmizedExternalStorageAccessSahana Rao2021-03-231-0/+36
* | Merge "Add new application category for accessibility" into sc-devRyan Lin2021-03-041-1/+11
|\ \
| * | Add new application category for accessibilityryanlwlin2021-02-221-1/+11
* | | Introduce 'dataExtractionRules' manifest attributeRuslan Tkhakokhov2021-02-241-0/+18
* | | Expose ApplicationInfo compileSdkVersionWinson2021-02-221-5/+1
|/ /
* | Add overlayPaths to ApplicationInfoRyan Mitchell2021-02-081-1/+22
* | Implement memtagMode and nativeHeapZeroInit manifest attrs.Evgenii Stepanov2021-02-021-0/+73
|/
* Update some in-procss APIs to system APIspaulhu2020-12-161-3/+3
* Merge "Expose some ApplicationInfo#is* methods as in-process API"Paul Hu2020-11-111-0/+3
|\
| * Expose some ApplicationInfo#is* methods as in-process APIpaulhu2020-11-091-0/+3
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+2
|/
* Clarify docs for FLAG_SYSTEMCharles Munger2020-09-151-2/+9
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-15/+12
* Update some Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-211-48/+48
* Switch auto-revoke manifest flag to a tri-stateEugene Susla2020-03-241-0/+24
* Convert enableGwpAsan to @IntDef and rename to gwpAsanMode.Evgenii Stepanov2020-03-191-15/+38
* Add "enableGwpAsan" tag to android manifest.Evgenii Stepanov2020-03-121-1/+25
* Deprecate long-obsolete android:anyDensityJohn Reck2020-03-051-0/+4
* Squash same ApplicationInfo's in ParcelMakoto Onuki2020-02-241-1/+7
* Merge changes from topic "allowNativeHeapPointerTagging"Evgenii Stepanov2020-02-141-0/+17
|\
| * Add android:allowNativeHeapPointerTagging.Evgenii Stepanov2020-02-131-0/+17
* | Handle prefix when dumping ApplicationInfo#crossProfileYohei Yukawa2020-02-111-1/+1
|/
* Add crossProfile to ApplicationInfo.Jonathan Scott2020-01-281-0/+11
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-2/+2
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
* Merge changes from topic "system_ext"Jeongik Cha2019-07-171-5/+5
|\