summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMasaho Nishikawa <masaho.nishikawa@sony.com>2020-01-30 11:46:22 +0900
committerAmit Mahajan <amitmahajan@google.com>2020-09-18 07:36:28 +0000
commit52052c8147dceebe73e24c9bb99a3fcff637dc83 (patch)
treef5d7cd40d1ad023ea7466b2cc48759c1ab3e325a /api
parent3edc1b50bf95585b43948dc66f4a3a3abb9f17bf (diff)
Data connection for carrier specific APN
Implement the following features to support carrier network connection. This commit is to define the carrier config for each features. 1. Sets default preferred APN 2. Uses dun APN when using Preset APN in roaming network Also, fixed that to use only APNs with the same set id as preferred APN. Test: Manual Bug: 147969062 Merged-in: If1e6d2bf58de39c22caa901fcd90fb11f104d900 Change-Id: If1e6d2bf58de39c22caa901fcd90fb11f104d900
Diffstat (limited to 'api')
-rwxr-xr-xapi/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 9dde046ec313..7094595c5fb3 100755
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -9239,6 +9239,7 @@ package android.provider {
field public static final String APN_SET_ID = "apn_set_id";
field public static final int CARRIER_EDITED = 4; // 0x4
field public static final String EDITED_STATUS = "edited";
+ field public static final int MATCH_ALL_APN_SET_ID = -1; // 0xffffffff
field public static final String MAX_CONNECTIONS = "max_conns";
field public static final String MODEM_PERSIST = "modem_cognitive";
field public static final String MTU = "mtu";