luke2012 Well-Known Member Licensed User Longtime User Dec 21, 2016 #1 B4X: <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) Hi all, in order to exclude tablets the only thing that should be done is set largeScreens="false" ? B4X: android:largeScreens="true" '---> false
B4X: <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) Hi all, in order to exclude tablets the only thing that should be done is set largeScreens="false" ? B4X: android:largeScreens="true" '---> false
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2016 #2 See this: https://developer.android.com/guide/practices/screens-distribution.html#FilteringHansetApps You need to add the <compatible-screens> section with AddManifestText. Upvote 0
See this: https://developer.android.com/guide/practices/screens-distribution.html#FilteringHansetApps You need to add the <compatible-screens> section with AddManifestText.