Status Update
Comments
mg...@medallia.com <mg...@medallia.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).
is...@google.com <is...@google.com>
ka...@gmail.com <ka...@gmail.com> #3
We want benchmarks to measure code after Progaurd / R8, but it's not possible to turn that on for androidTests in library modules at the moment (to my knowledge?)
Benchmarks are also a public facing thing, but we have a plugin to help configure gradle builds for our users, so if support for this ends up in a private API, we could try to keep those usages localized to our code perhaps.
ha...@adobe.com <ha...@adobe.com> #4
Any update on the status of this request and when it can be supported?
Thanks,
Amanda
Description
Devices/Android versions reproduced on: OnePlus 7T / Pixel 5
We want to prevent user from seeing the sensitive contents of our app while the app is in background. For this what we are doing is setting the FLAG_SECURE flag when the apps goes in background i.e on OnPause() activity and clearing it when it comes to foreground i.e. on OnResume() activity but what we are observing is in most of the devices (few are listed above) it was not able to set in OnPause() activity may be this use to happen in async manner and it is taking time.
Can you please check why it is not working and fix it ? Also let us know if there is some workaround make it works corrrectly ?