How can I detect whether the user set "Show layout bounds" as enabled from Developer Options of Settings programmatically?
I couldn't find any constant like Settings.Secure.ADB_ENABLED
that relevant to layout bounds to get settings as the following
Settings.Secure.getInt(applicationContext.contentResolver,
Settings.Secure.ADB_ENABLED, 0)