Hi,
In the manifest editor, we can find
What are the normal, small and large screens ? Is the sizes predefined ?
I work on an application which is not planned for smartphones, but only tablets 7" and more.
I try to change normalScreen and smallScreen to false and run the application on my Galaxy S3.
It seems the changes have no effect : the application starts (I have a software test which display a message for smartphones).
So how to prevent an application to start on a smartphone ?
In the manifest editor, we can find
B4X:
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
What are the normal, small and large screens ? Is the sizes predefined ?
I work on an application which is not planned for smartphones, but only tablets 7" and more.
I try to change normalScreen and smallScreen to false and run the application on my Galaxy S3.
It seems the changes have no effect : the application starts (I have a software test which display a message for smartphones).
So how to prevent an application to start on a smartphone ?