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

Commit 4b1a0c2a 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" into main am: 02b16819

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



Change-Id: Ieb518fd9581b4840516d9f9a8ef4450ad9bae360
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1b58f156 02b16819
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ public final class SmsManager {
    }

    /**
     * Get {@link Context#getOpPackageName()} if this manager has a context, otherwise a dummy
     * Get {@link Context#getOpPackageName()} if this manager has a context, otherwise a placeholder
     * value.
     *
     * @return The package name to be used for app-ops checks
+2 −2
Original line number Diff line number Diff line
@@ -7713,7 +7713,7 @@ public class TelephonyManager {
    }
    /**
     * Rollback modem configurations to factory default except some config which are in whitelist.
     * Rollback modem configurations to factory default except some config which are in allowlist.
     * Used for device configuration by some carriers.
     *
     * <p>Requires Permission:
@@ -14785,7 +14785,7 @@ public class TelephonyManager {
     *
     *  1) User data is turned on, or
     *  2) APN is un-metered for this subscription, or
     *  3) APN type is whitelisted. E.g. MMS is whitelisted if
     *  3) APN type is allowlisted. E.g. MMS is allowlisted if
     *  {@link #MOBILE_DATA_POLICY_MMS_ALWAYS_ALLOWED} is enabled.
     *
     * @param apnType Value indicating the apn type. Apn types are defined in {@link ApnSetting}.
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ public final class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_LOW_BATTERY = 505;
    /**
     * Device declined a call due to a blacklisted caller ID.
     * Device declined a call due to a denylisted caller ID.
     */
    public static final int CODE_BLACKLISTED_CALL_ID = 506;
    // IMS -> Telephony