Android 16

BetaBeacon
April 4, 2025
Most Android devices now support Vulkan, with the latest version, Vulkan 1.4, introducing a feature called Host Image Copy that can greatly improve game performance on upcoming Android 16 devices. Host Image Copy allows for faster app loads, reduces stutter, and lowers GPU memory usage by enabling the CPU to copy image data directly between host memory and GPU image memory.
AppWizard
April 4, 2025
Android devices have historically relied on complex processes for secure media playback due to vulnerabilities like the Stagefright exploit. Android 16 introduces support for in-process software audio codecs, allowing codecs to operate within an app's process, reducing CPU usage and power consumption. The MediaCodecInfo class in Android 16 includes a new getSecurityModel() method to indicate whether a codec uses the standard sandboxed model or the new memory-safe model, which requires codecs to be developed in a memory-safe language like Rust. Google has been developing this feature for several years, aiming to improve the performance of the AAC codec, which is crucial for streaming applications. Current tests show that media codecs still depend on the traditional sandboxed approach, and the implementation of in-process codecs requires codec vendors to rewrite their software in Rust.
AppWizard
April 3, 2025
Microsoft's Phone Link app can now mirror sensitive notifications from Android devices to Windows PCs after the Android 15 update had initially restricted this capability. The Android 15 update classified two-factor authentication codes as sensitive, blocking their visibility to most notification listeners, including Phone Link. To access sensitive notifications, Phone Link must be preinstalled on the device and granted the RECEIVESENSITIVENOTIFICATIONS permission. Users with devices that have Link to Windows preinstalled, like the Xiaomi 15 Ultra and Samsung Galaxy S25 Ultra, can grant permission to restore full functionality. For devices without the preinstalled app, workarounds include disabling Android System Intelligence notification processing or manually granting permissions.
AppWizard
March 29, 2025
A recent report indicates that Android's development is shifting towards a more private model, despite its perception as an open-source initiative. Google retains ultimate control over the code, dictating project direction, feature development, and release timelines. Currently, Android 16 is in development, with a main branch that remains private during development and an experimental branch that serves as a testing ground for features. While some code from the experimental branch is accessible, its visibility is expected to decrease. Companies involved in smartphone manufacturing will continue to receive early access to private code, allowing them to prepare devices ahead of public releases. Developers of custom ROMs will still rely on the stable version of the Android Open Source Project (AOSP) for compatibility with essential components. The shift towards a more private development model may impact online discussions and speculation within the Android community.
AppWizard
March 26, 2025
Google Maps is testing new features that will enhance user experience by providing real-time updates on parking availability, fuel-efficient routes, and estimated time of arrival (ETA) directly from the initial overview screen after entering a destination. Currently, users can only see traffic conditions, distance, and travel time. The new features will allow users to view parking availability marked by a "P" icon, fuel-efficient route options, and precise ETA. These enhancements aim to improve trip planning and are expected to be included in future app updates. Additionally, some users have reported issues with their Timeline history disappearing from the web version, possibly due to a shift in how Google stores location history.
AppWizard
March 26, 2025
Google plans to transition to a more private development approach for its Android OS, resulting in a slowdown of releases for the Android Open Source Project (AOSP). This shift aims to streamline development and reduce merging conflicts. While Google will continue to release open-source code, the frequency of these releases will be adjusted. Android 16 has achieved Platform Stability and is expected to launch in Q2 2025. The transition is designed to minimize disruptions for end-users and improve the efficiency of the development cycle. An announcement regarding this new direction is anticipated soon.
Search