Skip to content

Android 13 support#86

Merged
aghontpi merged 15 commits into
developmentfrom
update-target-sdk
Apr 2, 2023
Merged

Android 13 support#86
aghontpi merged 15 commits into
developmentfrom
update-target-sdk

Conversation

@aghontpi

@aghontpi aghontpi commented Mar 12, 2023

Copy link
Copy Markdown
Owner

Update compile & Target SDK to 33.

As off march 12, 2023. Update from android docs https://developer.android.com/google/play/requirements/target-sdk

Starting in August 2023 new apps must target Android 13 (API level 33) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher.

Starting in November 2023, app updates must target Android 13 or higher and adjust for behavioral changes in Android 13; except for Wear OS apps, which must target Android 11 or higher.

Persistent Notification & Foreground services

  • Foreground services can be viewed now

    • because of this new feature, notifications may not be needed to indicate that the app is running in background.
    • apps running in foreground 0 apps running in foreground
  • on Android 13, persistent notification are not a thing, user can dismiss the notification at any time from any app (even music player notifications)

all-players-notifications-removed.mov

trello

@aghontpi

Copy link
Copy Markdown
Owner Author

@aghontpi aghontpi changed the title + update target & compiled sdk version to android 33. Android 13 support Mar 12, 2023
@aghontpi aghontpi merged commit ba5e7a4 into development Apr 2, 2023
@aghontpi aghontpi deleted the update-target-sdk branch April 2, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant