summaryrefslogtreecommitdiff
path: root/telephony
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-03-22 12:00:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-22 12:00:20 +0000
commit965d021bf5812c144ff3541d0609e26ee01e5804 (patch)
treed39eddae33e4e81b5778fc842bccd8cc13e89bf0 /telephony
parent1cc1558ea6a7b6c091ef924e613ca48c63fed135 (diff)
parenta3648a387c0ceeb6b31bfea9ef532d2aa506bde0 (diff)
Merge "Make isDataCapable a public API"
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index f637159fcbfb..bae032c7da6c 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -11897,12 +11897,6 @@ public class TelephonyManager {
* "Data capable" means that this device supports packet-switched
* data connections over the telephony network.
* <p>
- * Note: the meaning of this flag is subtly different from the
- * PackageManager.FEATURE_TELEPHONY system feature, which is available
- * on any device with a telephony radio, even if the device is
- * voice-only.
- *
- * @hide
*/
public boolean isDataCapable() {
if (mContext == null) return true;