Open westruk opened 1 year ago
The app doesn't use getInt()
, but getString()
, see in SettingsInfoProvider.kt.
Also worth noticing, in getInt()
documentation: "Note that internally setting values are always stored as strings; this function converts the string to an integer for you."
@kyori19 I guess that by adding an override of getString()
, DevOptsHide would work with many more apps. 😃
https://github.com/fingerprintjs/fingerprintjs-android this app