Specify Android app is for Tablets only

Hey,

I’d like to indicate on google play that my app is for tablet only. I found out in the documentation you can edit the app.json to set isTabletOnly to true but this is “iOS standalone app specific configuration”.

Is there a way to specify that for Android ?

Thanks

https://docs.expo.io/versions/latest/workflow/configuration

/*
If true, indicates that your standalone iOS app does not support handsets.
Your app will only support tablets.
*/
“isTabletOnly”: BOOLEAN,

/*
1 Like

That’s for iOS, not Android :confused: