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

Commit 064e02ab authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Move some telephony methods to max-sdk-p list.

They were added to the max-sdk-o in commit f23153f1 (in Q), but should have
been added to max-sdk-p as they were on the light greylist in P.

This is a cherry-pick of 092a0a25 from aosp-master.

Test: m
Bug: 124354830
Change-Id: I856b975b88bdc5eacc5e061ba196bd584ca78c73
parent 4787332d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -57,15 +57,15 @@ public final class CellSignalStrengthLte extends CellSignalStrength implements P
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mSignalStrength; // To be removed
    private int mRssi;
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.O)
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mRsrp;
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.O)
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mRsrq;
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.O)
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mRssnr;
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.O)
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mCqi;
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.O)
    @UnsupportedAppUsage(maxTargetSdk = android.os.Build.VERSION_CODES.P)
    private int mTimingAdvance;
    private int mLevel;