From 3dc2bcc7a6ca7a38df657c49e39a3bab589a2333 Mon Sep 17 00:00:00 2001 From: Quang Luong Date: Mon, 14 Dec 2020 16:57:28 -0800 Subject: [PATCH] Add permissions for Wifi coex APIs for CTS tests Bug: 153651001 Test: CTS tests pass Change-Id: Ib95cd7e3837d779f825d2fbee80fba59b866ace2 Merged-In: I4cb4137766c23f096951a2a5a4df1bd946f6c446 --- core/api/system-current.txt | 2 ++ core/res/AndroidManifest.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 80257c8ed575e..0289177c182f0 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -237,7 +237,9 @@ package android { field public static final String USE_RESERVED_DISK = "android.permission.USE_RESERVED_DISK"; field public static final String WHITELIST_AUTO_REVOKE_PERMISSIONS = "android.permission.WHITELIST_AUTO_REVOKE_PERMISSIONS"; field public static final String WHITELIST_RESTRICTED_PERMISSIONS = "android.permission.WHITELIST_RESTRICTED_PERMISSIONS"; + field public static final String WIFI_ACCESS_COEX_UNSAFE_CHANNELS = "android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS"; field public static final String WIFI_SET_DEVICE_MOBILITY_STATE = "android.permission.WIFI_SET_DEVICE_MOBILITY_STATE"; + field public static final String WIFI_UPDATE_COEX_UNSAFE_CHANNELS = "android.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS"; field public static final String WIFI_UPDATE_USABILITY_STATS_SCORE = "android.permission.WIFI_UPDATE_USABILITY_STATS_SCORE"; field public static final String WRITE_DEVICE_CONFIG = "android.permission.WRITE_DEVICE_CONFIG"; field public static final String WRITE_DREAM_STATE = "android.permission.WRITE_DREAM_STATE"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 96a57c116b73b..a9fe5d58af050 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1769,6 +1769,16 @@ + + + + + +