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

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

Test: m
Bug: 124354830
Change-Id: I856b975b88bdc5eacc5e061ba196bd584ca78c73
This commit is contained in:
Mathew Inwood
2019-02-12 15:59:51 +00:00
parent efc16ab0d8
commit 092a0a2559

View File

@@ -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;