diff options
| author | 2022-06-02 18:34:24 +0800 | |
|---|---|---|
| committer | 2022-06-08 15:38:18 +0800 | |
| commit | f46b780f16c6c0fe0a2e5ecfbd2d03ca1977457a (patch) | |
| tree | 68ba7cb8ea446d9553ca23ab3e588b30b754dce9 /packages/Shell/AndroidManifest.xml | |
| parent | ed2fdc4d51db2ba7a8540fb8c470d945ab6778da (diff) | |
p2p: add CONFIGURE_WIFI_DISPLAY permssion for P2P test
Bug: 230699791
Test: atest android.net.wifi.cts.ConcurrencyTest#testP2pSetWfdInfo
Change-Id: Ic25dc6d7b18bad38863acfd32d839155da28141b
Diffstat (limited to 'packages/Shell/AndroidManifest.xml')
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index c4d4261ba080..b44ccfbd341a 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -524,6 +524,8 @@ <!-- Permission needed for CTS test - ConcurrencyTest#testP2pExternalApprover P2P external approver API sets require MANAGE_WIFI_NETWORK_SELECTION permission. --> <uses-permission android:name="android.permission.MANAGE_WIFI_NETWORK_SELECTION" /> + <!-- Permission needed for CTS test - ConcurrencyTest#testP2pSetWfdInfo --> + <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> <!-- Permission required for CTS tests to enable/disable rate limiting toasts. --> <uses-permission android:name="android.permission.MANAGE_TOAST_RATE_LIMITING" /> |