Merge "Add comment to AndroidManifest" into sc-dev am: 3bd14d2433 am: 86928d4f6a

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

Change-Id: Ic16163c62a2d6d48cb16399941067a4c34e8365a
This commit is contained in:
TreeHugger Robot
2021-07-06 08:09:20 +00:00
committed by Automerger Merge Worker

View File

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