summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorcalvinpan <calvinpan@google.com>2020-02-05 21:22:47 +0800
committerCalvin Pan <calvinpan@google.com>2020-02-06 02:34:26 +0000
commit9c518c60f2e1e0574a338b7f3ef6b51fa4934014 (patch)
treebd1da28002b0d70107d8d1fd8303cce35702d798 /core/java/android
parent2ffecdb9fd4583ede5c36bc8f49f9559f012856f (diff)
Add document for ALLOWED_NETWORK_TYPES
Add document that ALLOWED_NETWORK_TYPES takes a long type in Telephony.SimInfo. Bug: 148853369 Test: Build pass Change-Id: Id8049f66f4b5409ca2e945f39d679d4f59014ec8
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Telephony.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java
index 453728137d9a..fb1eaadc6bb2 100644
--- a/core/java/android/provider/Telephony.java
+++ b/core/java/android/provider/Telephony.java
@@ -5378,6 +5378,7 @@ public final class Telephony {
/**
* TelephonyProvider column name for allowed network types. Indicate which network types
* are allowed. Default is -1.
+ * <P>Type: BIGINT (long) </P>
*/
public static final String ALLOWED_NETWORK_TYPES = "allowed_network_types";
}