Variants and Product Delivery

drj

Member
Licensed User
Longtime User
Hi,

I have been playing around with variants and looking at several of my displays.

As a result I have decided that my app can only run on a tablet 7" to 10" in size.

Should I delete any variant I was playing around with that I do not intend to implement. In other words when I package the product is there a specification of what this product will operate on - is do I specify this when I put it in the store.

I have decided to stick with tablets only.

Thanks Jerry
 

drj

Member
Licensed User
Longtime User
Variants and Specifying for Tablets Only

It appears that I only include the following in the manifest as shown below. From the discussion I think one is supposed to conclude don't not include some of the attributes in the post. Can you clarify this?

Specifications to include:

<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="false"
android:xlargeScreens="true"
android:anyDensity="true"
/>


Specifications not to include based on the discussion I read:

android:requiresSmallestWidthDp="600"
android:compatibleWidthLimitDp="integer"
android:largestWidthLimitDp="integer"/>
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…