I need the android-support-v4 that goes with Android Marshmallow because it’s contain the object PermissionChecker and it’s the only way to know (on Marshmallow and up) if a user has denied an app permission (like location for example).
I saw C:Program Files (x86)EmbarcaderoStudio18.0libandroiddebugandroid-support-v4.jar but I don’t see any PermissionChecker inside C:Program Files (x86)EmbarcaderoStudio18.0libandroiddebugclasses.dex so i guess it’s an old support-v4 that it’s used inside the classes.dex.
Is there any way to update the classes.dex to use instead the latest android-support-v4 ?