accelforce / DevOptsHide

Shows enabled developer options as disabled per app
135 stars 4 forks source link

Playground 2.0 detect adb & devepolment settings #16

Open westruk opened 1 year ago

westruk commented 1 year ago

https://github.com/fingerprintjs/fingerprintjs-android this app

vlakoff commented 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. 😃