Search code examples
androidandroid-versionandroid-drawable

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


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?


Solution

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