Configuration.NeedNewResources(ConfigChanges, ConfigChanges) 方法

定义

确定是否需要从返回 #updateFrom(Configuration)的配置更改的位集加载新资源。

[Android.Runtime.Register("needNewResources", "(II)Z", "")]
public static bool NeedNewResources (Android.Content.PM.ConfigChanges configChanges, Android.Content.PM.ConfigChanges interestingChanges);
[<Android.Runtime.Register("needNewResources", "(II)Z", "")>]
static member NeedNewResources : Android.Content.PM.ConfigChanges * Android.Content.PM.ConfigChanges -> bool

参数

configChanges
ConfigChanges

返回的更改配置的掩码 #updateFrom(Configuration)

interestingChanges
ConfigChanges

资源可以按给定方式处理的配置更改 android.util.TypedValue#changingConfigurations

返回

true 如果需要加载资源, false 则为

属性

注解

确定是否需要从返回 #updateFrom(Configuration)的配置更改的位集加载新资源。

适用于 . 的 android.content.res.Configuration.needNewResources(int, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于