-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Android 14 Support added #75
Conversation
- Ported InputManagerGlobalEventInjector to support input event for Android 14 - Fixed crash SonicKeyboard on Android 14 because behavior changes of registerReceiver method - Fixed crash SonicManagerServiceV2 on Android 14 because behavior changes of startForeground method - Updated targetSdk and compileSdk to 34 - Updated AGP to 8.2.2 and Gradle 8.6 - Removed duplicate permissions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ap
Require OpenJDK 17 to build using latest Gradle |
https://github.com/SonicCloudOrg/sonic-android-apk/blob/main/.github/workflows/android.yml Remember you should make sure apk can work with low Android version like Android 5-10 (if possible ) |
Thanks for remaining me, will check it in my Android 7 device |
thanks! |
Tested in Android 7 and 14 with my latest commit, and both works |
Checklist
Description