Bug P2
Status Update
Comments
sr...@gmail.com <sr...@gmail.com> #2
I am not sure I understand the use case. how can the benchmark be code to real world scenario when it's not possible to do right now ? which scenario is it ?
In any case, since this would be for benchmarking, this would clearly not be available through the public DSL. We should find a semi-private way of doing this (maybe the private variant API object could offer that functionality for instance or a property).
Description
Version used:
Devices/Android versions reproduced on: ALL
I have using proguard rules and application security as per Android Guidelines mentioned here -
I am using certificate public key pinning using Network security configuration -xml file. Where we have mentioned our sha256 key. But in network-security-config we can not access string saved in any other place in <pin></pin> tag.
But when I am decompiling my app using my xml files are accessible as it is. and all my pin and domains are visible.
I have tried many ways to deal with it but does not work