Add comment to AndroidManifest

- Wi-Fi result data will only be returned from WifiDialogActivity if the
calling package has location permission.

Test: add comment only, no test required.
Bug: 185126813

Merged-In: I81c4d801c4ee211f43a1688a62daaff3b47eae1a
Change-Id: I81c4d801c4ee211f43a1688a62daaff3b47eae1a
(cherry picked from commit 56a88885cc)
This commit is contained in:
Weng Su
2021-07-06 11:30:17 +08:00
parent e849d212b7
commit 4fb84a3737

View File

@@ -2697,6 +2697,10 @@
</intent-filter> </intent-filter>
</activity> </activity>
<!--
The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
-->
<activity <activity
android:name=".wifi.WifiDialogActivity" android:name=".wifi.WifiDialogActivity"
android:label="" android:label=""