You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in Android 17, local network access is blocked by default and apps targeting SDK 37+ must request the ACCESS_LOCAL_NETWORK runtime permission.
Update the multicast_dns package documentation to note the new permission requirement for SDK 37 and up.
Add website documentation for how to declare the permission in AndroidManifest.xml and request it at runtime
Testing shows this new behavior didn't impact the tool -> app communication.
Starting in Android 17, local network access is blocked by default and apps targeting SDK 37+ must request the ACCESS_LOCAL_NETWORK runtime permission.
Testing shows this new behavior didn't impact the tool -> app communication.
https://developer.android.com/privacy-and-security/local-network-permission#android-17-enforcement