Build Ionic 2 App for Phones Only

Hi,

I have an app that I’m trying to publish on Google Play Store but I want to restrict it to only be deployable on phones.

I saw that there is a target-device attribute to the preference tag on config.xml but that is only for ios. Can someone point me to anything similar for an android deploy?

Cheers
Kunal

I want to say there are options to exclude devices on the Google Play Store submission screens. Been a while, but check their docs to be sure.

Interesting, I found the two following topics about the subject:

Thanks. This helped. I was able to filter devices by size & exclude them.