Find all classes in a package in Android
The solutions above use DexFile which has been deprecated since API 26. I'm wondering if there is a solution that isn't deprecated.
Find all classes in a package in Android
The solutions above use DexFile which has been deprecated since API 26. I'm wondering if there is a solution that isn't deprecated.