pub fn update_android_manifest(
block_identifier: &str,
parent: &str,
insert: String,
) -> Result<()>Available on crate feature
build only.Expand description
Updates the Android manifest by inserting XML content into a specified parent tag.