Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

File APK extract

An action block that extracts content from an Android Package (APK) file.

The fiber will pause until the contents has been extracted.

To extract contents from an installed app use the App installed block which output an array of APK paths, its first element is the path to the base APK on internal storage. Use the xmlDecode function to parse XML.

Note! This feature requires Android 15+.

Input arguments

  • File — path to Android Package (APK) file to extract contents from.

Output variables

  • Manifest — variable to assign the AndroidManifest.xml as text.
Note! This documentation is also accessible within the app from Help & feedback menu.