为什么应该为 Robotium 明确设置 [] ?

发布于 2024-12-05 15:21:23 字数 472 浏览 1 评论 0原文

正如 QnA 中所述 robotsium 中的某些函数需要在 AndroidManifest.xml 文件中将anyDensity 设置为true。 但它在android doc中说,支持android 1.6及更高版本的应用程序,默认情况下是这样。 那么,为什么要明确设置这一点呢?

android:anyDensity 表示应用程序是否包含 资源以适应任何屏幕密度。对于应用程序 支持 Android 1.6(API 级别 4)及更高版本,这是“true” 默认值,你不应该将其设置为“false”,除非你绝对 确定您的应用程序需要运行。唯一的 如果您的应用程序直接禁用此功能,则可能需要禁用此功能 操作位图(请参阅支持多屏幕文档 更多信息)。

As it said in this QnA
some functions in robotium required anyDensity to be set as true in the AndroidManifest.xml file.
but it said in the android doc that applications that support android 1.6 and higher, it is true by default.
then, why should this be set explicitly?

android:anyDensity Indicates whether the application includes
resources to accommodate any screen density. For applications that
support Android 1.6 (API level 4) and higher, this is "true" by
default and you should not set it "false" unless you're absolutely
certain that it's necessary for your application to work. The only
time it might be necessary to disable this is if your app directly
manipulates bitmaps (see the Supporting Multiple Screens document for
more information).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文