REST Resource: edits.deobfuscationfiles
Stay organized with collections
Save and categorize content based on your preferences.
Resource: DeobfuscationFile
Represents a deobfuscation file.
DeobfuscationFileType
Type of a deobfuscation file.
Enums |
deobfuscationFileTypeUnspecified |
Unspecified deobfuscation file type. |
proguard |
Proguard deobfuscation file type. |
nativeCode |
Native debugging symbols file type. |
Methods |
|
Uploads a new deobfuscation file and attaches to the specified APK. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-21 UTC.
[null,null,["Last updated 2025-05-21 UTC."],[],["The `DeobfuscationFile` resource represents a file used for deobfuscation, with a `symbolType` field indicating its type. Possible types, as defined by `DeobfuscationFileType`, include `proguard`, `nativeCode`, and `deobfuscationFileTypeUnspecified`. The primary action is uploading a file using the `upload` method, which attaches it to a specific APK. The file's JSON representation includes its symbol type.\n"],null,[]]