简体   繁体   English

仅发布7和10英寸平板电脑的Android应用程序

[英]Publish Android application for 7 and 10 inch tablet only

How can I publish an application for 7 and 10 inch tablets only on playstore? 如何仅在Playstore上发布7和10英寸平板电脑的应用程序? I've a specific requirement to publish the application for those 2 tablets only. 我有一个特定的要求,只发布这两个平板电脑的应用程序。 Is there any code or restriction on Play Console through which I can restrict other tablets and devices? Play控制台上是否有任何代码或限制,我可以限制其他平板电脑和设备? I have searched in Play Console but I cannot target specifically those 2 sizes only. 我在Play Console中搜索过,但我不能专门针对那两种尺寸。

You can programmatically check the screen size using some Java code. 您可以使用某些Java代码以编程方式检查屏幕大小。 This post goes into the details. 这篇文章详细介绍。

When your app gets launched, check the screen size of the device. 启动应用程序后,请检查设备的屏幕大小。 If it doesn't match your requirements, you can simply not launch your app. 如果它不符合您的要求,您就不能启动您的应用。 This is however not an ideal solution. 然而,这不是理想的解决方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何仅支持7英寸和10英寸平板电脑通过Android清单文件声明限制的应用程序支持? - How can support my application support only for 7 & 10 inch tablet declaring restrication by android manifest file? 我的应用程序应仅支持10英寸平板电脑 - My Application should support only 10 inch Tablet 如何在Android中仅以人像模式设计10英寸平板电脑? - How to design in 10 inch tablet only in portrait mode in Android? 如何使10英寸平板电脑代码与Android中的7英寸平板电脑兼容 - How make 10 inch tablet code compatible to 7 inch tablet in android Android:手电筒可以在Galaxy 10英寸平板电脑上正常工作,但不能在Galaxy 7英寸平板电脑上正常工作 - Android: Flashlight working fine in Galaxy 10 inch Tablet but not in Galaxy 7 inch Tablet 以编程方式检测 7 英寸和 10 英寸平板电脑 - Detect 7 inch and 10 inch tablet programmatically Android:数字浮动键盘会阻止10英寸平板电脑上的EditText - Android: The numeric floating keyboard blocks EditText on 10 inch tablet 查看分页器无法在Real Device Tablet Android 10英寸中正常工作 - View Pager not work properly in Real Device Tablet Android 10 inch 通过代码[8英寸与10英寸平板电脑]区分Android设备 - Differentiate android devices via code [8inch vs 10 inch tablet] 如何在7英寸台式机和10英寸平板电脑上运行Android应用 - How to run an Android app on both 7-inch table and 10-inch tablet
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM