mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
This SharedPreferenceUtils now supports: - Getting `Context.MODE_PRIVATE` and/or `Context.MODE_MULTI_PROCESS` `SharedPreference` instances. - Setting values to shared preferences in-memory cache and the file synchronously. - Getting and setting `float`, `long` and `Set<Sting>` values in shared preferences.