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

Commit 95fe8c13 authored by nharold's avatar nharold Committed by android-build-merger
Browse files

Merge "Un-hide TelephonyManager.getSignalStrength()" am: 3e884ce1

am: 447b7c49

Change-Id: I5c1738fca4a43b0e8c1ddd0041a00f96d32142e8
parents 922fa98b 447b7c49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40078,6 +40078,7 @@ package android.telephony {
    method public int getPhoneCount();
    method public int getPhoneType();
    method public android.telephony.ServiceState getServiceState();
    method public android.telephony.SignalStrength getSignalStrength();
    method public java.lang.String getSimCountryIso();
    method public java.lang.String getSimOperator();
    method public java.lang.String getSimOperatorName();
+1 −0
Original line number Diff line number Diff line
@@ -43551,6 +43551,7 @@ package android.telephony {
    method public int getPhoneCount();
    method public int getPhoneType();
    method public android.telephony.ServiceState getServiceState();
    method public android.telephony.SignalStrength getSignalStrength();
    method public java.lang.String getSimCountryIso();
    method public java.lang.String getSimOperator();
    method public java.lang.String getSimOperatorName();
+1 −0
Original line number Diff line number Diff line
@@ -40302,6 +40302,7 @@ package android.telephony {
    method public int getPhoneCount();
    method public int getPhoneType();
    method public android.telephony.ServiceState getServiceState();
    method public android.telephony.SignalStrength getSignalStrength();
    method public java.lang.String getSimCountryIso();
    method public java.lang.String getSimOperator();
    method public java.lang.String getSimOperatorName();
+0 −1
Original line number Diff line number Diff line
@@ -6799,7 +6799,6 @@ public class TelephonyManager {
     * Get the most recent SignalStrength information reported by the modem. Due
     * to power saving this information may not always be current.
     * @return the most recent cached signal strength info from the modem
     * @hide
     */
    @Nullable
    public SignalStrength getSignalStrength() {