-
-
Notifications
You must be signed in to change notification settings - Fork 927
Adds USE_FULL_SCREEN_INTENT permission #1435
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: main
Are you sure you want to change the base?
Conversation
Adds handling Android USE_FULL_SCREEN_INTENT special permission
|
please resolve conflicts |
Resolving dependencies... pubspec.yaml has no lower-bound SDK constraint. You should edit pubspec.yaml to contain an SDK constraint: environment: sdk: '^3.8.0'
|
Merge conflicts have been resolved. Unit tests are passing but job is failing on Codecov upload stating the token is missing. |
|
@minhto2811 Is there anything else you need on my end? |
Fixes USE_FULL_SCREEN_INTENT permission request hanging on Android 14+
|
Thank you @patrick-billingsley for this PR. This is a showstopper for my app. I am porting native Android to Flutter and the USE_FULL_SCREEN_INTENT perm is a core requirement. @patrick-billingsley and @minhto2811, let me know if I can help move this forward. I need Android/iOS compat with this codebase and unless this is fixed, or I find another plugin that handles this, my app is dead in the water. |
This PR adds handling the USE_FULL_SCREEN_INTENT special permission for Android 14+. This is a newer requirement applicable to apps featuring alarm or calling functionality. Android Documentation
List at least one fixed issue.
Issue
This issue was marked as "Closed as not planned" but is a requirement on one of the apps I work on, so I have provided the implementation if so desired.
Pre-launch Checklist
pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.CHANGELOG.mdto add a description of the change.///).main.dart format .and committed any changes.flutter analyzeand fixed any errors.