Uses of Enum
jadx.core.utils.android.AppAttribute
Packages that use AppAttribute
-
Uses of AppAttribute in jadx.core.utils.android
Fields in jadx.core.utils.android with type parameters of type AppAttributeModifier and TypeFieldDescriptionprivate final EnumSet<AppAttribute> AndroidManifestParser.parseAttrsMethods in jadx.core.utils.android that return AppAttributeModifier and TypeMethodDescriptionstatic AppAttributeReturns the enum constant of this type with the specified name.static AppAttribute[]AppAttribute.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in jadx.core.utils.android with type arguments of type AppAttributeModifierConstructorDescriptionAndroidManifestParser(ResourceFile androidManifestRes, @Nullable ResContainer appStrings, EnumSet<AppAttribute> parseAttrs, IJadxSecurity security) AndroidManifestParser(ResourceFile androidManifestRes, EnumSet<AppAttribute> parseAttrs, IJadxSecurity security)