- 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
addTrustedVirtualSpaceAppSigner
- Mis à jour le 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
This option allowlists the signing certificate of a trusted virtual space app. All virtual space apps signed with this certificate would then be accepted by App Shielding.
Multiple addTrustedVirtualSpaceAppSigner options can be added to allowlist multiple applications.
Type: fingerprint
Default Value: N/A
Multiple allowed: Yes
Required: No
Depends on: checkAppInVirtualSpace
The value to add for a given virtual space app can be obtained with a tool called PubkeyHash that can be found under tools/PubkeyHash.jar provided that the APK file of the space app is available.
The tool can be run like this:
java -jar PubkeyHash.jar file.apk
The output of this command is the value that should be used for this option.