- 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Integrating App Shielding
- Mis à jour le 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The Shielding Tool is used to automatically integrate App Shielding with an existing Android application as a postcompilation operation. This can be performed on any Android application (.apk or .aab).
This Shielding Tool will modify the application with the following steps:
Include App Shielding native libraries into the app.
Include App Shielding Java code into the app.
Inject code to load App Shielding once the app is started.
Include App Shielding runtime configuration into the app.
In addition, the Shielding Tool will create Bindings between the app and App Shielding to prevent the app from functioning if App Shielding is removed ('repackaging'). The Shielding Tool can obfuscate the Java part of the application code.
The Shielding Tool can integrate one of the two different versions of App Shielding: a debug version or a release version.
Only the release version should be used for distributed apps.