6
Views
2
Comments
[Key Store Plugin] Can this plugin hide Values on the Android Manifest?
key-store-plugin
Mobile icon
Forge asset by OutSystems
Application Type
Mobile

Hi,

The question is can I hide / remove KEY values on the android manifest?

Thank you.

2021-02-17 18-31-05
Alexandre Jacinto
Staff

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 

2024-07-31 11-32-34
ndy

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.