From 87b59632e7d066efb7f92bc5313717bf16c99930 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 22 Mar 2017 11:19:26 +0900 Subject: [PATCH] Make CONNECTIVITY_USE_RESTRICTED_NETWORKS @SystemApi. Fix: 34721574 Test: builds, apicheck passes Change-Id: If921f265c02ffb57d5ac717f924f91f664dd991f --- api/system-current.txt | 1 + core/res/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/system-current.txt b/api/system-current.txt index bd9b7e8852fc2..7beebe641cafd 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -87,6 +87,7 @@ package android { field public static final java.lang.String CLEAR_APP_CACHE = "android.permission.CLEAR_APP_CACHE"; field public static final java.lang.String CLEAR_APP_USER_DATA = "android.permission.CLEAR_APP_USER_DATA"; field public static final java.lang.String CONNECTIVITY_INTERNAL = "android.permission.CONNECTIVITY_INTERNAL"; + field public static final java.lang.String CONNECTIVITY_USE_RESTRICTED_NETWORKS = "android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"; field public static final java.lang.String CONTROL_INCALL_EXPERIENCE = "android.permission.CONTROL_INCALL_EXPERIENCE"; field public static final java.lang.String CONTROL_LOCATION_UPDATES = "android.permission.CONTROL_LOCATION_UPDATES"; field public static final java.lang.String CONTROL_VPN = "android.permission.CONTROL_VPN"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7d4f99db56c85..c3b2aa1fafbfc 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1300,7 +1300,7 @@ -