I want to know which target the apk is aiming, I use apktool to decompile the apk file, but I can't find the sdk info in the decompiled apk files, but only in the apktool.yml file like this:
sdkInfo:
minSdkVersion: '14'
targetSdkVersion: '23'
I wonder where can Android system find the information in the apk that installed in the phone? Why I can't find the information in the decompiled files?
update:
There are suspicious information in decompiled AndroidManifest.xml
file, but there are consistent with the information in the apktool.yml
file.
Thanks in advance.