chiark / gitweb /
apps with no <uses-sdk> get strange values of minSdkVersion
authorHans-Christoph Steiner <hans@eds.org>
Tue, 3 Jun 2014 17:28:35 +0000 (13:28 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
commitd68830418b5fc755e0a88a9ba26a968d6ba5bf56
treec7f116c8f872b01212bffd704d6354032548363c
parent57a4e03277c5db92d3f7404f61c54e67ab2af196
apps with no <uses-sdk> get strange values of minSdkVersion

Using this example app which does not have <uses-sdk>:
https://android.googlesource.com/platform/development/+log/master/samples/ApiDemos/assets/HelloActivity.apk

aapt then returns "sdkVersion:'IceCreamSandwich'".  minSdkVersion is only
ever supposed to be an integer, so this is a bizarre APK.  It is included
only as a binary in the git repo for Android sample code.  But who knows
what else is out there, so report and error and carry on with the update
process.
fdroidserver/update.py