有没有一种方法来设置Play商店每Android版本(没有API级别)的应用程序的兼容性? [英] Is there a way to set app compatibility per android version (not API level) in the play store?

查看:157
本文介绍了有没有一种方法来设置Play商店每Android版本(没有API级别)的应用程序的兼容性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有在Android 2.3.6工程的应用程序,但会造成<一个href=\"http://stackoverflow.com/questions/14804304/when-does-android-show-a-pairing-dialog-when-using-insecure-rfcomm-bluetooth-soc\">disruptions如果部署在2.3.3。我显然会实现某种机制,从这种设备停止工作,但有什么办法,以纪念与2.3.6兼容,但与2.3.3不兼容的应用程序,所以Play商店,并可能安装程序包将检测incompatibilty? (两个版本API 10级,否则这将是很容易。)

I have an app that works on Android 2.3.6, but will cause disruptions if deployed on 2.3.3. I will obviously implement some mechanism to stop it from working on such devices, but is there a way to mark an app compatible with 2.3.6 but incompatible with 2.3.3, so the play store and possibly package installer would detect the incompatibilty? (Both versions are API level 10, otherwise this would be easy.)

推荐答案

检查(字符串androidOS = Build.VERSION.RELEASE)同时启动,然后关闭或手动采取行动。据我所知,我想如果API级别相同,你不能通过舱单做

check (String androidOS = Build.VERSION.RELEASE) while starting , then close or take action manually. As far as i know , i think if api levels are same , you cant do it via manifest

这篇关于有没有一种方法来设置Play商店每Android版本(没有API级别)的应用程序的兼容性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆