android_google_services
Extracts Google and Firebase configuration from an APK by parsing google-services.json and scanning resources. Optionally parses strings.xml for structured key-value output.
Instructions
Extracts Google and Firebase configuration from an APK. Parses google-services.json if present, then scans resources.arsc for string values using the strings command. If a smali_folder (apktool output) is provided, parses res/values/strings.xml directly for structured key=value output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | Absolute path to the APK file | |
| smali_folder | No | Absolute path to apktool decompiled output folder (optional — enables structured strings.xml parsing) |