Merge "Add comment to AndroidManifest" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-07-06 07:34:29 +00:00
committed by Android (Google) Code Review

View File

@@ -2966,6 +2966,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=""