android: add All() to state store implementation
Android has its own SharedPreferences-backed implementation of ipn.StateStore. Due to https://github.com/golang/go/issues/13445, we bundle the key list into a single primitive and unpack it in Go in our All() implementation. This also adds a compile-time check to prevent drift the interface. Updates tailscale/tailscale#15830 Signed-off-by: kari-ts <kari@tailscale.com>pull/673/head
parent
f392619036
commit
4e41994a99
Loading…
Reference in New Issue