-
-
Couldn't load subscription status.
- Fork 451
fix: Android 14+ compatibility #666
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
base: dev
Are you sure you want to change the base?
Conversation
## 2.5.2 * Add notification calling for Android `callingNotification`, thank @ebsangam hiennguyen92#662 * Add `logoUrl` properties (inside android prop) * Fixed issue DMTF IOS, thank @minn-ee hiennguyen92#577 * Fixed issue duplicate missing notification Android * Fixed some bugs.
|
@hiennguyen92 Please review this PR when you have the time. |
|
we need this merged |
|
Agreed. Lets get this merged |
|
Need reviews guys cause I'm not an Android dev by an means. |
|
True, we need this merged |
|
tested on Android 15, google pixel device, if user deny the microphone permission and receive the call when screen is locked, accept the call will crash the app, the log is |
If the permission is granted beforehand, all is working as intended? I think this could be easily avoided by having a check for microphone access before showing the incoming call notification. The proper way is to add try-catch and error handling in the native code. I currently don't have the time to work on this. |
|
Waiting for fixing issue.... |
What type of PR is this? (check all applicable)
Description
TLDR: The package was starting implicit Intents that the system can't access when the main activity exported attribute is set to false in release 2.5.1.
Related Tickets & Documents
Proposed Changes: