-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Todo
- Files: upgrade android sdk 36 #15743
- Notes: upgrade android sdk 36 notes-android#2864
- Library: bump to SDK36 android-library#1824
- Common: upgrade android sdk 36 android-common#791
16 KB page size compatibility mode
https://developer.android.com/about/versions/16/behavior-changes-all#16-kb-compatibility-mode
Improved security against Intent redirection attacks
https://developer.android.com/about/versions/16/behavior-changes-all#intent-redirect-attacks
Migration or opt-out required for predictive back
The predictive back system animations (back-to-home, cross-task, and cross-activity) are enabled by default. onBackPressed is not called and KeyEvent.KEYCODE_BACK is not dispatched anymore.
Use OnBackPressedDispatcher
https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture#update-custom
Device form factors
App orientation, resizability, and aspect ratio constraints are ignored on large screens by default, but every app that isn't fully ready can temporarily override this behavior by opting out (which results in the previous behavior of being placed in compatibility mode).
Safer Intents
With Android 16, shifts control to the receiving app, allowing developers to opt-in to strict intent resolution using their app manifest.
https://developer.android.com/about/versions/16/behavior-changes-16#implementation
Metadata
Metadata
Assignees
Labels
Type
Projects
Status