Hi,
The question is can I hide / remove KEY values on the android manifest?Thank you.
Hi Carlos,
The Key Store plugin does not add or remove values from the AndroidManifest.xml file. Instead, it lets you read and write key-value pairs in the device, in a secure manner.
What values are you trying to remove from the AndroidManifest.xml file? There are other ways to achieve that, for example using Cordova hooks in a custom plugin.
Best regards,
Alexandre Jacinto
Dear, @Carlos Junior.
No, you cannot hide or remove KEY values directly from the Android Manifest file itself, as the manifest is required to be present in every Android application and is packaged as part of the APK, making it accessible to anyone who can extract the APK file.