summaryrefslogtreecommitdiff
path: root/core/java/android/os/Build.java
Commit message (Expand)AuthorAgeFilesLines
* Reland: Rework platform version to hide codenames.Dianne Hackborn2020-02-061-0/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge "core/Build: ro.system when comparing fingerprint" am: 82fee58478 am: 1...Felix2019-11-281-2/+2
|\
| * Merge "core/Build: ro.system when comparing fingerprint" am: 82fee58478Felix2019-11-281-2/+2
| |\
| | * Merge "core/Build: ro.system when comparing fingerprint"Treehugger Robot2019-11-291-2/+2
| | |\
| | | * core/Build: ro.system when comparing fingerprintFelix2019-10-201-2/+2
| * | | Merge "Add @UnsupportedAppUsage to test apis that are known to be used by app...Artur Satayev2019-11-131-0/+1
| |\| |
| | * | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
| | |/
* | | Merge "Pipe through featureId from caller to permission checks in telephony c...TreeHugger Robot2019-11-151-1/+1
|\ \ \
| * | | Pipe through featureId from caller to permission checks in telephonyPhilip P. Moltmann2019-11-141-1/+1
* | | | Merge "Revert submission"Kevin Lau Fang2019-11-141-7/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Revert submissionKevin Lau Fang2019-11-141-7/+0
* | | | Merge "Rework platform version to hide codenames."Dianne Hackborn2019-11-131-0/+7
|\| | |
| * | | Rework platform version to hide codenames.Dianne Hackborn2019-11-121-0/+7
* | | | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-1/+2
|/ / /
* | | Use sysprop library for telephony propsInseob Kim2019-11-081-6/+13
* | | Merge "docs: Updated SECURITY_PATCH field description" into qt-dev am: 3c92f2...Kevin Hufnagle2019-10-081-1/+2
|\| |
| * | Merge "docs: Updated SECURITY_PATCH field description" into qt-dev am: 3c92f2...Kevin Hufnagle2019-10-081-1/+2
| |\ \ | | |/ | |/|
| | * docs: Updated SECURITY_PATCH field descriptionKevin Hufnagle2019-09-201-1/+2
| * | Support /system_ext partitionJeongik Cha2019-09-231-1/+1
* | | Support /system_ext partitionJeongik Cha2019-07-091-1/+1
* | | Merge "Adding version code R for development"TreeHugger Robot2019-05-301-0/+5
|\ \ \ | |/ / |/| |
| * | Adding version code R for developmentSuprabh Shukla2019-05-291-0/+5
| * | Merge "Document device ID access restriction target SDK behavior" into qt-dev...Michael Groover2019-05-231-3/+17
| |\ \
| * \ \ Merge "Revert "Revert "Android Q is API 29""" into qt-devIan Pedowitz2019-05-151-2/+1
| |\ \ \
* | \ \ \ Merge "Update Build#SERIAL docs to reflect device ID restrictions" into qt-devMichael Groover2019-05-291-2/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge "Update Build#SERIAL docs to reflect device ID restrictions" into qt-devMichael Groover2019-05-301-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Update Build#SERIAL docs to reflect device ID restrictionsMichael Groover2019-05-291-2/+1
* | | | | Merge "Document device ID access restriction target SDK behavior" into qt-devMichael Groover2019-05-231-3/+17
|\| | | |
| * | | | Merge "Document device ID access restriction target SDK behavior" into qt-devTreeHugger Robot2019-05-231-3/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Document device ID access restriction target SDK behaviorMichael Groover2019-05-091-3/+17
| | |/ /
* | | / Merge "Revert "Revert "Android Q is API 29""" into qt-devIan Pedowitz2019-05-151-2/+1
|\| | | | |_|/ |/| |
| * | Revert "Revert "Android Q is API 29""Ian Pedowitz2019-05-121-2/+1
| |/
* | Merge "Revert "RESTRICT AUTOMERGE Android Q is API 29"" into qt-devIan Pedowitz2019-05-021-1/+2
|\|
| * Revert "RESTRICT AUTOMERGE Android Q is API 29"Ian Pedowitz2019-05-021-1/+2
* | Merge changes from topic "QT-SDK-Finalization" into qt-devIan Pedowitz2019-05-021-2/+1
|\|
| * RESTRICT AUTOMERGE Android Q is API 29Suprabh Shukla2019-05-011-2/+1
* | Merge "Remove the Build.VERSION_CODES.P0" into qt-devHoward Chen2019-05-011-5/+0
|\|
| * Remove the Build.VERSION_CODES.P0Howard Chen2019-04-301-5/+0
* | Merge "Expose android.os.Build.VERSION.ACTIVE_CODENAMES to CTS" am: 644792c7d6Dan Willemsen2019-04-191-0/+1
|\ \ | |/ |/|
| * Expose android.os.Build.VERSION.ACTIVE_CODENAMES to CTSDan Willemsen2019-04-181-0/+1
| * Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-181-0/+6
| * DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into masterXin Li2018-12-111-8/+22
| |\
* | | Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+5
* | | Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT.Narayan Kamath2019-03-111-1/+1
* | | Added some TestApi that are already used by CTSWale Ogunwale2019-02-211-0/+1
* | | Remove empty default constructorAnton Hansson2019-02-061-5/+3
* | | Build: Add PREVIEW_SDK_FINGERPRINT.Narayan Kamath2019-01-151-0/+20
* | | Merge "Return "" not "null"" am: eebbd2b639 am: edaf4401e1Jordan Liu2018-12-101-1/+2
|\ \ \
| * | | Merge "Return "" not "null"" am: eebbd2b639Jordan Liu2018-12-101-1/+2
| |\| |