Disable an apk for certain Android versions through google play console
问题 I have an app that can switch airplane mode on and off on schedule. Or, rather, it could, until Android 4.2 came along, and this setting became unavailable. My app does not have an android:maxSdkVersion set in the manifest, and I've already started receiving angry emails from users who have Android 4.2 devices. And besides, according to answers here, android:maxSdkVersion is probably not the best solution anyway. I would like to disable my app for Android 4.2+ users, but keep it available for