9

Since which Android version is "drawable-nodpi" supported? Is it safe to put images in "res/drawable-nodpi" and expect them to work in all android version from at least since 2.0(Eclair) and up?

Yaroslav Mytkalyk
  • 16,950
  • 10
  • 72
  • 99
Hari Krishna Ganji
  • 1,647
  • 2
  • 20
  • 33

1 Answers1

16

According to this document there is no "Added in API level X" below nodpi. So it must be supported by all platforms.

Yaroslav Mytkalyk
  • 16,950
  • 10
  • 72
  • 99