pub fn from_reader<R: Read>(reader: R) -> Result<AndroidManifest>
Expand description

Deserialize an instance of type AndroidManifest from an IO stream of XML text.