This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, Roman.Evstifeev, xdegaye, yan12125
Date 2016-04-27.09:59:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461751186.62.0.469429182854.issue26855@psf.upfronthosting.co.za>
In-reply-to
Content
The android/api-level.h header exists at all the android API levels and define __ANDROID_API__ as, for example at level 21:

    #define __ANDROID_API__ 21

So it is possible to get the sdk version from here, and maybe forget about the release version.
History
Date User Action Args
2016-04-27 09:59:46xdegayesetrecipients: + xdegaye, Roman.Evstifeev, Alex.Willmer, yan12125
2016-04-27 09:59:46xdegayesetmessageid: <1461751186.62.0.469429182854.issue26855@psf.upfronthosting.co.za>
2016-04-27 09:59:46xdegayelinkissue26855 messages
2016-04-27 09:59:46xdegayecreate