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

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

Merge "Un-hide TelephonyManager.getSignalStrength()" am: 3e884ce1 am: 447b7c49 am: 95fe8c13

am: 94a3a079

Change-Id: I13af7f2497590a276e255326307ff32bb49d21b6
parents 6b93d3f8 94a3a079
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40289,6 +40289,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
@@ -43809,6 +43809,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
@@ -40580,6 +40580,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
@@ -6832,7 +6832,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() {