Unity and android, APK's and Play, blacklisting certain devices?

For someone who has created and published apps to the play marketplace before, could you inform me if its a possibility, to specify exactly which devices cannot run your game - or is that all handled by your player settings from unity(armv7, android 2.1+ and such)???

I am hoping there is a way to disable select make/model of phones/tablets, to make sure that you wont get poor reviews from people trying to download to their device, when your already sure its too slow, or just completely non-functional, but DOES fall into your APK’s “possible” device list.

For instance there is a thread (forums) detailing some android devices which should work fine, but simply do not for unity…is there a device blacklist, per app, on google play for situations like this? Or do I need to just post in the description what wont work, and cross my fingers that every joe smoe reads that before paying money for an app I knew wouldnt work for his phone, and starts ranting one stars at me?

Thanks ahead of time to the person who knows this stuff!

Yes, you can.

When you upload and activate the apk on your developer account you can bring up a list of all devices that your filters include and remove specific devices. Note you don’t need to publish your apk but you do need to upload it and activate it before this list is populated.

But obviously there are thousands of devices so don’t forget to make sure your filters do as much of the work as they can for you (such as OS version, screen sizes, Open GL versions, etc)!