chiark / gitweb /
uses-permission maxSdkVersion as int, and enforces int string in XML
authorHans-Christoph Steiner <hans@eds.org>
Tue, 29 Nov 2016 20:04:27 +0000 (21:04 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 6 Mar 2017 21:04:14 +0000 (22:04 +0100)
commit650d52fb0abfb1e18193d9b06b63b0cec0a71a8b
tree7428a016f7e771c49b5a3f85ee481b343799f27e
parent7bae1075ba1e520582ad8b4d88fa0ea6cf0875bd
uses-permission maxSdkVersion as int, and enforces int string in XML

This forces <uses-permission maxSdkVersion=""> to be an integer in the
internal dict, and forces it to have no decimal point in XML.  Having it as
an integer in the internal dict means data will pass directly through to
the fdroidclient Apk instance, where it is ultimately an integer.
fdroidserver/update.py