android: exclude Adaptive Connectivity Services (#569)

Default to excluding Adaptive Connectivity Services to fix issue where it is erroneously classifying wifi as broken

Fixes tailscale/tailscale#14128

Signed-off-by: kari-ts <kari@tailscale.com>
pull/571/head
kari-ts 1 week ago committed by GitHub
parent f90967efae
commit ca2d161535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -583,5 +583,7 @@ open class UninitializedApp : Application() {
"com.vna.service.vvm",
"com.dish.vvm",
"com.comcast.modesto.vvm.client",
// Android Connectivity Service https://github.com/tailscale/tailscale/issues/14128
"com.google.android.apps.scone",
)
}

Loading…
Cancel
Save