-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Android 14 PR] Set remaining foreground service types #21047
[Android 14 PR] Set remaining foreground service types #21047
Conversation
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
@nbradbury, I have added
Can you review the Login-Flow PR? If it makes sense to you, we can use the |
@irfano I'm reviewing that right now! I agree that |
…ile/WordPress-Android into issue/21039-foreground-service-type Conflicts: build.gradle
Quality Gate passedIssues Measures |
Fixes #21039
This PR targets the
feature/android-14
branch and updates the following services to specify their foreground service type as part of our Android 14 update:The following services already have this change:
To Test:
Notes:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR Submission Checklist:
RELEASE-NOTES.txt
if necessary.Testing Checklist (strike-out the not-applying and unnecessary ones):
- [ ] Portrait and landscape orientations.- [ ] Light and dark modes.- [ ] Fonts: Larger, smaller and bold text.- [ ] High contrast.- [ ] Talkback.- [ ] Languages with large words or with letters/accents not frequently used in English.- [ ] Right-to-left languages. (Even if translation isn’t complete, formatting should still respect the right-to-left layout)- [ ] Large and small screen sizes. (Tablet and smaller phones)- [ ] Multi-tasking: Split screen and Pop-up view. (Android 10 or higher)