Commit 50154cb
authored
android: un-prepare VPN service on revocation (#748)
vpnPrepared tracks whether Tailscale holds VPN permission. When permission is revoked, the VPNService must be reestablished. If vpnPrepared stays true, the Go backend reconnects, but startVPN() is not called in the ConnectView and the tunnel is not reestablished
Updates tailscale/tailscale#17190
Signed-off-by: kari-ts <kari@tailscale.com>1 parent 58f641a commit 50154cb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments