Remove minSdk below the app's current minimum

This commit is contained in:
Albert Vaca Cintora
2025-10-04 22:01:44 +02:00
parent 8182f35d4c
commit 30e29d4f29

View File

@@ -397,17 +397,6 @@ class SMSPlugin : Plugin() {
Manifest.permission.READ_PHONE_STATE,
)
/**
* With versions older than KITKAT, lots of the content providers used in SMSHelper become
* un-documented. Most manufacturers *did* do things the same way as was done in mainline
* Android at that time, but some did not. If the manufacturer followed the default route,
* everything will be fine. If not, the plugin will crash. But, since we have a global catch-all
* in [org.kde.kdeconnect.Device.onPacketReceived], it will not crash catastrophically.
* The [SMSPlugin.onCreate] method of this SMSPlugin complains if a version older than KitKat is loaded,
* but it still allowed in the optimistic hope that things will "just work"
*/
override val minSdk: Int = Build.VERSION_CODES.FROYO
companion object {
/**
* Packet used to indicate a batch of messages has been pushed from the remote device