* As I first reported, apps targeting Android 15 are now displayed edge-to-edge by default when running on Android 15! This means apps won’t have to call the edge-to-edge APIs to show content behind system bars in Android 15, though they should call those APIs to do so in earlier releases. To assist app developers in supporting edge-to-edge, many Material 3 composables handle insets for you.
(2/6)
* Another Android 15 feature I first reported on is app archiving, which went live in DP2 but Google is now choosing to highlight in Beta 1. Android 15 includes OS level support for app archiving and unarchiving, making it easier for third-party app stores to support it (Google Play already does since last year). App store developers should check out the new PackageInstaller APIs while launcher developers should check out the new LauncherApps APIs to learn how to handle archived apps.
(3/6)