Android 11 final Beta update, official release coming soon!

Posted by Dave Burke, VP of Engineering
It’s already August and the official Android 11 release is coming very soon! As we put the finishing touches on the new platform, today we’re bringing you Beta 3, our last update in this year’s preview cycle . For developers, now is the time to make sure your apps are ready, before we bring the official release to consumers.
You can get Beta 3 today on Pixel 2, 3, 3a, and 4 devices (and coming soon, Pixel 4a !). Just enroll here for an over-the-air update. If you’re already enrolled, you’ll automatically get the update soon. As always, let us know your feedback , and thank you for all of the input you’ve provided so far.
Watch for more information on the official Android 11 release coming soon!
What’s in Beta 3?
Today’s update includes a release candidate build of Android 11 for Pixel devices and the Android Emulator. We reached platform stability at Beta 2 , so all app-facing surfaces and behaviors are final, including SDK and NDK APIs, app-facing system behaviors, and restrictions on non-SDK interfaces. With these and the latest fixes and optimizations, Beta 3 gives you everything you need to complete your testing.
As we bring Android 11 to final form, we’re also taking this opportunity to update Android with the Exposure Notifications System in mind. Starting in Beta 3, users will be able to run Exposure Notification apps on Android 11 without needing to turn on the device location setting. This is an exception we’re making for the Exposure Notification System only, given that it has been designed in such a way that apps using it can’t infer device location through Bluetooth scanning. To protect user privacy, all other apps will still be prohibited from performing Bluetooth scanning unless the device location setting is on and the user has granted them location permission. You can read more in our Update on Exposure Notifications post.
Get your apps ready for Android 11!
With the official Android 11 release on the way, we’re asking all Android app and game developers to finish your compatibility testing and publish your updates soon. For SDK, library, tools, and game engine developers , it’s even more important to release a compatible version right away, since your downstream app and game developers may be blocked until they receive your updates.
As we covered in depth at Beta 2 , here’s how to test for compatibility with Android 11.
For testing your current app, read behavior changes for all apps to identify areas where platform changes might affect your apps. Here are some of the top changes to watch for (these apply regardless of your app’s targetSdkVersion):
One-time permission - Users can now grant single-use permission to access location, device microphone and camera. Details here .
External storage access - Apps can no longer access other apps’ files in...