Merge "Un-hide TelephonyManager.getSignalStrength()"
am: 3e884ce13c
Change-Id: I0692185c533ca4a0999cbf3237c3afabd4b87972
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -43550,6 +43550,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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user