Merge "Update language to comply with Android's inclusive language guidance"
This commit is contained in:
@@ -921,7 +921,7 @@ public class PackageParser {
|
|||||||
* Automatically detects if the package is a monolithic style (single APK
|
* Automatically detects if the package is a monolithic style (single APK
|
||||||
* file) or cluster style (directory of APKs).
|
* file) or cluster style (directory of APKs).
|
||||||
* <p>
|
* <p>
|
||||||
* This performs sanity checking on cluster style packages, such as
|
* This performs checking on cluster style packages, such as
|
||||||
* requiring identical package name and version codes, a single base APK,
|
* requiring identical package name and version codes, a single base APK,
|
||||||
* and unique split names.
|
* and unique split names.
|
||||||
*
|
*
|
||||||
@@ -1038,7 +1038,7 @@ public class PackageParser {
|
|||||||
* package is a monolithic style (single APK file) or cluster style
|
* package is a monolithic style (single APK file) or cluster style
|
||||||
* (directory of APKs).
|
* (directory of APKs).
|
||||||
* <p>
|
* <p>
|
||||||
* This performs sanity checking on cluster style packages, such as
|
* This performs checking on cluster style packages, such as
|
||||||
* requiring identical package name and version codes, a single base APK,
|
* requiring identical package name and version codes, a single base APK,
|
||||||
* and unique split names.
|
* and unique split names.
|
||||||
* <p>
|
* <p>
|
||||||
@@ -1255,7 +1255,7 @@ public class PackageParser {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse all APKs contained in the given directory, treating them as a
|
* Parse all APKs contained in the given directory, treating them as a
|
||||||
* single package. This also performs sanity checking, such as requiring
|
* single package. This also performs checking, such as requiring
|
||||||
* identical package name and version codes, a single base APK, and unique
|
* identical package name and version codes, a single base APK, and unique
|
||||||
* split names.
|
* split names.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user