mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
b91639dbb5
Now that our Min SDK is 24, testing for >= N (API 24) and >= M (API 22) is obsolete as it will always be true. Simplify the codebase by removing the conditions and keeping only the API 24 or later codepath.