android is now a supported platform Python since Python 3.13.
Earlier logic for figuring out android is still kept to preserve
backwards compatibility with Python versions <= 3.12.
Also have added a comment where we are monkeypatching sys.platform to
"android" to remove it once minimum python requirement is removed
Found initially during Python bump for Termux (https://github.com/termux/termux-packages/pull/27739)
Also seems like Pyright too hasn't caught up with this yet. So it needs
to be made aware as well