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

Commit a668a623 authored by Saint Chou's avatar Saint Chou
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

#inclusivefixit

Bug: 161896447
Change-Id: I39301089c02ab2860124a2390470ac607770a071
Test: NA (Comment only)
parent ce4d7d94
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -921,7 +921,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.
     *
@@ -1038,7 +1038,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>
@@ -1255,7 +1255,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>