diff --git a/core/api/current.txt b/core/api/current.txt index 75fcc60080c1e..e3f4a90f9f670 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -78,6 +78,7 @@ package android { field public static final String CHANGE_WIFI_MULTICAST_STATE = "android.permission.CHANGE_WIFI_MULTICAST_STATE"; field public static final String CHANGE_WIFI_STATE = "android.permission.CHANGE_WIFI_STATE"; field public static final String CLEAR_APP_CACHE = "android.permission.CLEAR_APP_CACHE"; + field public static final String CONFIGURE_WIFI_DISPLAY = "android.permission.CONFIGURE_WIFI_DISPLAY"; field public static final String CONTROL_LOCATION_UPDATES = "android.permission.CONTROL_LOCATION_UPDATES"; field public static final String DELETE_CACHE_FILES = "android.permission.DELETE_CACHE_FILES"; field public static final String DELETE_PACKAGES = "android.permission.DELETE_PACKAGES"; diff --git a/core/api/system-current.txt b/core/api/system-current.txt index e1ce5bd71423b..8a0acd5097278 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -100,7 +100,6 @@ package android { field public static final String COMPANION_APPROVE_WIFI_CONNECTIONS = "android.permission.COMPANION_APPROVE_WIFI_CONNECTIONS"; field public static final String CONFIGURE_DISPLAY_BRIGHTNESS = "android.permission.CONFIGURE_DISPLAY_BRIGHTNESS"; field public static final String CONFIGURE_INTERACT_ACROSS_PROFILES = "android.permission.CONFIGURE_INTERACT_ACROSS_PROFILES"; - field public static final String CONFIGURE_WIFI_DISPLAY = "android.permission.CONFIGURE_WIFI_DISPLAY"; field @Deprecated public static final String CONNECTIVITY_INTERNAL = "android.permission.CONNECTIVITY_INTERNAL"; field public static final String CONNECTIVITY_USE_RESTRICTED_NETWORKS = "android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"; field public static final String CONTROL_DEVICE_LIGHTS = "android.permission.CONTROL_DEVICE_LIGHTS"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 06d8e501ed022..c2fcd1d0612af 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4867,11 +4867,10 @@ - + + android:protectionLevel="signature|knownSigner" + android:knownCerts="@array/wifi_known_signers" />