Latest Android 16 Beta 2: Full-Screen Apps & Better HDR Photos
Google just revealed the second test version of Android 16. This is one of four tests planned before the final version comes out later this year. Usually, the second test version has a lot of big changes, but this time it’s a little different.
Because Android updates are coming out faster now, this second test version is here much earlier than usual. In the past, these tests usually came out during or right after Google I/O, their big developer event. Even though it’s early, there are still some cool new things in this version
Let’s talk about camera and media improvements. This Android 16 test version has some new stuff for serious camera users:
-
Smarter automatic exposure: They’ve added new ways for cameras to automatically adjust how bright or dark your pictures are. You can now control some parts of the exposure yourself, like ISO or shutter speed, while the camera still handles the rest. Google says this gives you more control than before
- Finer color controls: You can now make really precise adjustments to the color temperature and tint of your photos and videos. This is especially helpful for professional video recording. Before, you could only pick from some preset white balance options like “Cloudy” or “Incandescent.” Now, you can actually set the exact color temperature you want.

Motion photo capture intent actions
Android 16 adds standard intent actions (ACTION_MOTION_PHOTO_CAPTURE and ACTION_MOTION_PHOTO_CAPTURE_SECURE) that apps can send to request the default camera app to capture and return a motion photo. Apps must either pass an extra EXTRA_OUTPUT to control where the image will be written or a Uri through Intent.setClipData(ClipData). If a ClipData isn’t set, it will be copied there for you when calling Context. startActivity(Intent).
Ultra HDR image enhancements
Android 16 adds support for Ultra HDR images stored in the HEIC file format.
Ultra HDR is an image format that Google introduced in Android 14. Ultra HDR images are comprised of a base image that’s SDR and gainmap metadata that, when applied on top of the base SDR image, creates an HDR image.
Older Ultra HDR photos used the JPEG format so everyone could view them. Now, Android 16 is using HEIC, which is a better format.
HEIC images are usually higher quality, take up less space, can hold multiple photos, support see-through areas, and keep track of edits.
These new Ultra HDR HEIC images will be labeled “HEIC_ULTRAHDR” and will include extra data, similar to how the older Ultra HDR JPEGs did.
For developers, Android 16 lets them create custom visual effects, like making a photo look old-fashioned or changing the color. This uses a new system called AGSL.
Here are some changes in how apps work:
-
Full-screen apps: Apps will now have to fill the whole screen. There used to be a way for apps to avoid this, but that option is going away.
-
Health sensor permissions: Apps that want to use health sensors (like for heart rate) will need to ask for more specific permissions. They can’t just ask for general “body sensors” permission anymore.
-
Memory page size: Android 16 is getting ready for phones that use a different way of managing memory. It has a special mode to help older apps work correctly on these new phones. Developers should update their apps to support the new memory system, but this mode will help in the meantime.