Merge "Add comment to AndroidManifest" into qt-dev am: 189d26ff2a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15212651

Change-Id: I4394ae315b4458b9d62c825075a120d214f49161
This commit is contained in:
TreeHugger Robot
2021-08-07 17:37:47 +00:00
committed by Automerger Merge Worker

View File

@@ -2708,6 +2708,10 @@
</intent-filter>
</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
android:name=".wifi.WifiDialogActivity"
android:label=""