-2

Settings.Global.getInt(this.contentResolver, "adb_wifi_enabled", 0) != 0 is not working on Android 10. The same is working on Android 11+

General Grievance
  • 4,555
  • 31
  • 31
  • 45

1 Answers1

0

This feature was added in Android 11, thus it won't work on lower API.

Spiros
  • 1
  • 1