I've read about the mipmap folders for launcher icons in Managing Launcher Icons as mipmap Resources and How should we use the mipmap folders added with android 4.4?.
Is there a minimum SDK version required to use this? Is there a specific target sdk below which this won't work? I'd like to support:
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="19"/>
Usage of mipmap launcher icons before Android 4.2? has a similar question, but no definitive answer. If I need to support Android 2.3.4 should I put launcher icons in the mipmap folders and in the drawable folders?