Open lsuski opened 2 years ago
I've managed to reproduce this on Android 12 but not every time:
Is it some bug on Android itself or
some race condition.
/data/user/0/com.example.app/app_dxmaker_cache
seems to be app private folder which should be accessible without any permission and usually it is.
To workaround this I invoke Mockit.mock
again in case of error and then it works
FYI @topjohnwu, this sounds like it could be related to your recent permission change in #181
@lsuski can you confirm if this behavior happens in the previous release (2.28.1) as well?
I'll try but as this is very rare I can't promise anything
@lsuski just checking in, any luck on reproducing this in 2.28.1?
No, I hadn't time for this yet
Hi I've encountered this few times on CI but I couldn't reproduce this. When I try to mock
NotificationManager
class I recevice such error (on different devices):