summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author nharold <nharold@google.com> 2017-09-11 18:07:07 +0000
committer android-build-merger <android-build-merger@google.com> 2017-09-11 18:07:07 +0000
commit447b7c49fc602269c87e6b28dba51453face23e8 (patch)
tree836e84d7688a58d89a499aee878e11f722338908
parentc7b4b1a9e77901b41b8fd65f05f13f23ab19d1f0 (diff)
parent3e884ce13c9787340f37b729945967ac3fa5c5d8 (diff)
Merge "Un-hide TelephonyManager.getSignalStrength()"
am: 3e884ce13c Change-Id: I0692185c533ca4a0999cbf3237c3afabd4b87972
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
-rw-r--r--api/test-current.txt1
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java1
4 files changed, 3 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 39f0c4e7d7e7..48fd86f4113a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -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();
diff --git a/api/system-current.txt b/api/system-current.txt
index 5ac47e5b02e1..8fb7465a1b79 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -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();
diff --git a/api/test-current.txt b/api/test-current.txt
index 909161c1fa2b..43e90cd6bbeb 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -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();
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index d545f13c5aa7..c0241deb8be7 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -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() {