我的应用程序将不适用于非触摸Android设备,所以我不希望它出现在市场上的这些.
我希望找到一个在AndroIDManifest.xml中设置的属性,但我能找到的最接近的匹配是:
androID:reqtouchScreenThe type of touch screen the application requires,if any at all. The value must be one of the following strings: Value Description"undefined" The application doesn't require a touch screen. (The touch screen requirement is undefined.) This is the default value."notouch" The application doesn't require a touch screen."stylus" The application requires a touch screen that's operated with a stylus."finger" The application requires a touch screen that can be operated with a finger.
所以我想做的是将reqtouchScreen设置为手写笔和手指,这是不允许的.或者,一个简单的reqtouchScreen =是的会很好:)
解决方法 正如你复制和粘贴的 documentation告诉你的那样,使用两个< uses-configuration>元素. 总结以上是内存溢出为你收集整理的如何防止非触控手机在Android Market中查看应用程序全部内容,希望文章能够帮你解决如何防止非触控手机在Android Market中查看应用程序所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)