Ask HN: How to filter Android apps for phone only
https://news.ycombinator.com/item?id=3566247Hi all! What's the best practice to filter an android application for phone-only use?
android:xlargescreen directive doesn't work (for new phones like prime), and the same is for maxSdkVersion (ics is higher than gingerbread).
So how do you would fix this? thanks!