How many (android) phones really still use hdpi or mdpi?

android

Solution

EDIT Updated with recent stats, so you can have some data to compare :)

You can check the official stats:

In March 2019 it looks like this:

As of May 2017 it was like that:

Problem

we are working on an app and always resize our drawables 5x for xxx xx x h and mdpi. We are just wondering how many phones actually use the two resolutions: mdpi and hdpi? The question is, if its still neccissary to support those. This is a question of overall size of the app. The more we can save the better. And if you guys know that for example less than 5 percent of the android market uses m and hdpi, then we would probably delete all drawables in questions. So have you guys any idea over how many phones use what kind of dpi? Thanks!

Original source