Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b3c38fa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update language to comply with Android's inclusive language guidance"...

Merge "Update language to comply with Android's inclusive language guidance" am: df9c0ce0 am: 9d5f5e2a am: 0cc93e30

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374899

Change-Id: I91a0aa852039ea662bcd2d4d7a4840960753b41c
parents c30e10ff 0cc93e30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ public class PackageParser {
     * Automatically detects if the package is a monolithic style (single APK
     * file) or cluster style (directory of APKs).
     * <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,
     * and unique split names.
     *
@@ -1033,7 +1033,7 @@ public class PackageParser {
     * package is a monolithic style (single APK file) or cluster style
     * (directory of APKs).
     * <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,
     * and unique split names.
     * <p>
@@ -1067,7 +1067,7 @@ public class PackageParser {

    /**
     * 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
     * split names.
     * <p>