Tablet only app: Distributing to Specific Screens (Android)

Hi ionites,
Is it possible to deploy only a ionic2 app for Android Tablet; like described in native:

in other word where/how should I add that:

cheers

Try this…

  <platform name="android">
    ...
    <preference name="target-device" value="tablet" />
  </platform>
1 Like

That property is juft fot iOS https://cordova.apache.org/docs/en/latest/config_ref/