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

Commit 4aae53ce authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Update TelephonyManager.getMeid documentation

Bug: 383977518
Change-Id: Ifca4af912a6a257223420d00dbaee028caa376eb
Flag: EXEMPT docs only
Test: TH
parent c75c8af6
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)