Configuration

The In-App Protection Shielder for Android requires a configuration file input. The configuration file uses the YAML data format.

General structure of the configuration:

option:
  enabled: boolean

Each option must be set to true or false.

Example:

stringObfuscation:
  enabled: true

Required

The current version of In-App Protection Shielder requires the following options to be defined in the configuration.

Option Description
stringObfuscation Enables obfuscation of string constants in the DEX files.
Last updated on Jun 18, 2026 (14:49) View product

0.5.x

In-App Protection Shielder for Android