AndroidManifestEditor class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addScheme(String xmlContent, String scheme)
→ String
-
Injects a custom URL scheme intent-filter into AndroidManifest.xml.
Returns the updated XML content. Idempotent.
-
enableAppLinks(String xmlContent, List<String> domains)
→ String
-
Enables App Links for specified domains by adding/updating an autoVerify intent-filter.
Returns the updated XML content.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeScheme(String xmlContent, String scheme)
→ String
-
Removes a custom URL scheme intent-filter from AndroidManifest.xml.
Returns the updated XML content.
-
toString()
→ String
-
A string representation of this object.
inherited