Implemented API 31+ vibration service code to replace depreciated code
Added code that fixes the following issue: https://github.com/codenameone/CodenameOne/issues/3702
I added retro-compatibility as well if needed.
Can you remove the extra files from the commit? There are 12 project files that shouldn't be a part of the commit.
Also please fix the compilations errors seen in the CI run. I'm guessing there's a missing import and you should use numeric values instead of constants for backward compatibility with older compilers.
Yeah sorry, I have fixed the importing error and removed the unnecessary files from the PR
This is still failing. I'm guessing it requires a fix to the library in the classpath but I'm not sure if this is something you can do. If not I'll have to look into it.