On android, how do I pick a texture according to device resolution?

Hello

If I have a picture on different resolutions (“drawable-hdpi/myimg.png”,“drawable-ldpi/myimg.png”, “drawable-xhdpi/myimg.png”, etc…).

How do I import this collection of assets in the project, to select just a generic “myimg.uasset” during the development?

Thanks.