-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
Description
both #1587 and #1587 have limited utility while they only cache to the in-memory key value store.
Upstream we have a file based key-value store (https://github.com/envoyproxy/envoy/blob/main/source/extensions/key_value/file_based/config.cc) but for android we need
- an API to write strings to and read strings from the android prefs file and
- a key value store which uses that API to load and flush from prefs
We've discussed this one at the weekly meeting, but there was no tracking bug so filing one now :-)
Reactions are currently unavailable