Add installation id for feature flags (#3052)

This commit is contained in:
AntsyLich
2026-03-10 23:53:11 +06:00
committed by GitHub
parent 0d768af3d0
commit f6b2684323
9 changed files with 81 additions and 1 deletions
@@ -35,4 +35,6 @@ class BasePreferences(
fun hardwareBitmapThreshold() = preferenceStore.getInt("pref_hardware_bitmap_threshold", GLUtil.SAFE_TEXTURE_LIMIT)
fun alwaysDecodeLongStripWithSSIV() = preferenceStore.getBoolean("pref_always_decode_long_strip_with_ssiv", false)
fun installationId() = preferenceStore.getString(Preference.appStateKey("installation_id"), "")
}