Skip to content

Commit

Permalink
android: exclude Adaptive Connectivity Services (#569)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kari-ts authored Nov 20, 2024
1 parent f90967e commit ca2d161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/src/main/java/com/tailscale/ipn/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
}

0 comments on commit ca2d161

Please sign in to comment.