I want my app to install only on devices with screen size >= 5 inches. I don't mind what the resolution is (HD,FHD,QHD,WVGA etc). I also don't mind whether it is a tablet either, but the device size should be greater than or equal to 5 inches. How do I induce such behaviour in my Android Manifest?
Regards.
You can use the syntax in your
<manifest/>
tax inside theandroidmanifest.xml
file. Example syntax provided by Android Developers shows:Further Reading: