Skip to content
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 targetSdk 34 #649

Merged
merged 1 commit into from Jan 15, 2024
Merged

Android targetSdk 34 #649

merged 1 commit into from Jan 15, 2024

Conversation

devemux86
Copy link
Contributor

When BRouter app uses targetSdk 34 some changes are needed.
This pull request contains the changes for the download manager.

  • Declare foreground service type(s) in your manifest. You must do this for each foreground service you intend to use.
  • If applicable to the type selected, declare and request the foreground service permission that is appropriate for each foreground service type.

Documentation: https://support.google.com/googleplay/android-developer/answer/13392821

When your apps target Android 14 and above, you’ll need to declare any foreground service types that you use in a new declaration on the App content page (Policy > App content) in Play Console.

  • Include a link to a video demonstrating each foreground service feature. The video should demonstrate the steps the user needs to take in your app in order to trigger the feature.

@afischerdev afischerdev merged commit a3ae1ce into abrensch:master Jan 15, 2024
1 check passed
@devemux86 devemux86 deleted the targetSdk34 branch January 16, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants