You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
Looks like in SDK 20-22, Field class doesn't contain accessFlags field that we use to change access modifiers of field we want to replace using reflection mechanisms. We need to change that or just add a check. In fact, access flags field doesn't have to be changed unless we are dealing with static final modifiers, so in the end we should just get rid of it and tests should work on platforms from Android Lollipop to Android Oreo. To be verified.