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

Commit 9fed1f9d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update TelephonyManager.getMeid documentation" into main

parents 3dd0de1e 4aae53ce
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2447,6 +2447,7 @@ public class TelephonyManager {
     * as follows:
     *
     * <ul>
     *     <li>If the device is running Android 25Q2 or later, then null is returned.</li>
     *     <li>If the calling app's target SDK is API level 28 or lower and the app has the
     *     READ_PHONE_STATE permission then null is returned.</li>
     *     <li>If the calling app's target SDK is API level 28 or lower and the app does not have
@@ -2455,7 +2456,8 @@ public class TelephonyManager {
     * </ul>
     *
     * @deprecated Legacy CDMA is unsupported.
     * @throws UnsupportedOperationException If the device does not have
     * @throws UnsupportedOperationException If the device is running
     *          Android 25Q1 or earlier and does not have
     *          {@link PackageManager#FEATURE_TELEPHONY_CDMA}.
     */
    @FlaggedApi(Flags.FLAG_DEPRECATE_CDMA)