mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-23 01:06:23 +08:00

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.