Since which Android version is "drawable-nodpi" supported?

Hari Krishna Ganji picture Hari Krishna Ganji · Feb 13, 2013 · Viewed 10.1k times · Source

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?

Answer

Yaroslav Mytkalyk picture Yaroslav Mytkalyk · Feb 13, 2013

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