Lowered minSdk to 26 and add pre-Android 11 support#701
Lowered minSdk to 26 and add pre-Android 11 support#701sosauce wants to merge 3 commits intoIacobIonut01:mainfrom
Conversation
|
Did you check the trash feature? |
|
yes, createTrashRequest just sets IS_TRASHED under the hood |
|
unless its unavailable pre api 30, idk i did this at midnight ahah, in this case, trash will need to be disable all together, or create a local trash but idk if you wanna do that |
Yeah it's unavailable pre api 30. That's why I didn't make it earlier, because I would want the trash to be available. |
|
Okay, I'll do some adjustement, I know this is an important feature, but opening your app to more devices is probably more important. I'll look what I can do, if nothing, you'll have to decide if you create a local trash or don't support A11- |
|
@IacobIonut01 Removed trash logic pre Android 11. It's now your choice if you implement your own trash or not |
hi, this PR adds minimum support for down to Android 8, I could only test on an emulator so user with real devices will need to confirm if it works or not