tailscale / tailscale

The easiest, most secure way to use WireGuard and 2FA.
https://tailscale.com
BSD 3-Clause "New" or "Revised" License
19.11k stars 1.49k forks source link

FR: Add Voicemail apps to Android Split Tunneling settings by default #13199

Open timtailscale opened 2 months ago

timtailscale commented 2 months ago

What are you trying to do?

Users have reported that being connected to Tailscale can cause Voicemail apps to stop working. As a workaround, the Voicemail app can be added to the Split Tunneling settings in the Android app, which prevents them from being routed over Tailscale. Because this is a core functionality, we should consider whether we can add voicemail apps to the split VPN configuration by default.

How should we solve this?

Add Voicemail apps to the list of apps automatically added to the Android split VPN configuration.

What is the impact of not solving this?

Voicemail is silently broken on some carriers and phones by default.

Anything else?

Reported in go/tss/43354

agottardo commented 2 months ago

@timtailscale Can we get a list of application identifiers for these voicemail apps?

timtailscale commented 2 months ago

@agottardo com.samsung.attvvm appears to be this user's particular case. We could potentially match with regex like com\.samsung\..*vvm, to cover all possible carrier variants. Below is a list of other voicemail apps I was able to find:

agottardo commented 2 months ago

Reopening as we might need more entries in the future as users report them.