1

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)
Perihan Mirkelam
  • 526
  • 1
  • 5
  • 18

0 Answers0