kuter007 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

Missing uses-sdk tag in manifest #719

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Decompile an apk that is known to contain a <uses-sdk> tag in the 
AndroidManifest.xml.
2. Compare "aapt dump badging <file.apk> | grep sdk with apktool's generated 
AndroidManifest.xml

What is the expected output? What do you see instead?
The <uses-sdk> tag should be present in the AndroidManifest.xml file and it is 
not there.

What version of the product are you using? On what operating system?
apktool-1.5.2 and apktool-2.0.0rc3

Original issue reported on code.google.com by odexc...@gmail.com on 3 Dec 2014 at 3:48

GoogleCodeExporter commented 9 years ago
The sdkInfo from the apk appears in the apktool.yml file, it is just omitted 
from the generated AndroidManifest.xml file.

Original comment by odexc...@gmail.com on 3 Dec 2014 at 3:51

GoogleCodeExporter commented 9 years ago
By design. Not a bug.

Original comment by connor.tumbleson on 3 Dec 2014 at 5:04