Package jadx.core.xmlgen
Class ManifestAttributes
- java.lang.Object
-
- jadx.core.xmlgen.ManifestAttributes
-
public class ManifestAttributes extends java.lang.ObjectLoad and store Android Manifest attributes specification
-
-
Constructor Summary
Constructors Constructor Description ManifestAttributes(IJadxSecurity security)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdecode(java.lang.String attrName, long value)voidupdateAttributes(IResTableParser parser)
-
-
-
Constructor Detail
-
ManifestAttributes
public ManifestAttributes(IJadxSecurity security)
-
-
Method Detail
-
decode
public java.lang.String decode(java.lang.String attrName, long value)
-
updateAttributes
public void updateAttributes(IResTableParser parser)
-
-