The third developer preview for Android 11 was released yesterday. You can download Android 11 Developer Preview 3 right now on most Google Pixel smartphones, compatible Project Treble-supported
devices, or in Android Studio. This release is intended for developers,
so you shouldn’t install the release unless you plan on developing an
Android app using the latest APIs. However, if you’re just curious about
what’s new in the release, we’ve been digging through the latest
developer preview and compiling all the new features and changes below.
New User-Facing Features
Recents app screen gets larger previews and shortcut buttons
App permissions can be automatically revoked if the app hasn’t been used for months
Notification shade has been redesigned slightly and hidden persistent notifications are now less intrusive
Undo gesture to bring back dismissed apps in Recents
A feature that has been in testing since the early Android Q betas is finally here. There is a gesture for bringing back an application that you have just swiped away in the Recents app menu. After swiping the app away, you have a short period of time in which you can swipe down to bring it back to the list. You get about a second to do this, and you can swipe anywhere on the screen.There’s a new, compact screenshot pop-up menu, but scrolling screenshots aren’t supported yet
Individual left/right gesture sensitivity
In Android 11 DP3, you can independently adjust the sensitivity for both sides of the screen. This will let you, say, decrease the sensitivity of the back gesture from the left edge and increase the sensitivity of the back gesture from the right edge. This can be helpful if a lot of your apps still have sidebars that are swiped open from the left. Even better is that, with the addition of this independent gesture sensitivity feature, it’s possible to completely disable either the left or right back gesture. For example, if you want to disable only the left edge back gesture, then simply run the following ADB command:
adb shell settings put secure back_gesture_inset_scale_left 0
Support for Ethernet tethering
New onboarding screen for Bubbles
When you start a Bubble for the first time in Android 11 DP3, there is a new dialog that appears with some extra information about how they work. This is a good step toward making Bubbles a consumer-facing feature.
Caption preferences have been redesigned
Disable ADB authorization timeout toggle in Developer Options
Volume menu renamed to Sound
Still In-Development Features
In debug builds of the new Launcher3 APK, as found in the Android 11 DP3 system image in Android Studio’s emulator, you can enable a “select” button in the recent apps overview. Once this works, you will likely be able to select text in the recent apps overview. You can already do this by long-pressing text in app preview cards on Pixel phones, but many people might not know this is even possible. Adding a “select” button will make this more obvious to users. We’re hoping that Google may even enable this feature on non-Pixel devices.Resizing picture-in-picture windows
In the last developer preview, Google added code for resizing PiP windows. Now, in Android 11 DP3, the feature is working, but it isn’t live for users just yet. Once the feature goes live, all you have to do to resize PiP windows is tap right outside of the corners of the window and then drag inward or outward to resize. It can be a little tricky to grab the right spot, but it works, as you can see in the video embedded above.New animation for upcoming “Battery Share” feature
Upcoming “Schedules” Settings Page
According to strings and code we discovered in the Settings app, it looks like Google will introduce a new “Schedules” settings page to consolidate all schedulable settings under one roof. There won’t be any new features in this page, but it’ll make it easier to control all the other settings that can be scheduled. This includes things like Bedtime Mode (formerly Wind Down in Digital Wellbeing), Focus Mode in Digital Wellbeing, Do Not Disturb mode, Battery Saver, Alarms, Rules, Dark Mode, and Night Light.Window blurs
A hidden setting in Developer Options will enable window blurs at the compositor level. It’s unclear what devices this will be implemented on.Further development on the “Quick Controls” feature
The last developer preview revealed Google’s work on “Quick Controls” for the Power Menu. This new menu seems to be a hub for smart home automation shortcuts. While not a lot has changed on the surface in Android 11 DP3, we have found evidence that there has been a lot of progress under-the-hood on the Controls API.New “Contact discovery” feature
There is a new, hidden toggle in Settings called “Contact discovery.” The description for this feature states that it will periodically send all of the phone numbers in your contacts to your carrier in order to discover which calling features are supported. This likely refers to User Capability Exchange, or UCE, which is part of RCS.
New system permissions to bypass audio recording restrictions and monitor camera openings
Google has added two system-level permissions to the framework of Android 11 Developer Preview 3: EXEMPT_FROM_AUDIO_RECORD_RESTRICTIONS and CAMERA_OPEN_CLOSE_LISTENER. The former requires privileged or signature permission level while the latter is strictly signature only. The description for the former states that it’s intended for system apps to bypass limitations of existing audio recording APIs, which we think will be helpful in implementing Live Captions for phone calls. The latter will allow system apps to monitor when the camera session starts or ends, which may be used to implement new privacy features in future releases.That’s all we thought was worth highlighting in this release. Follow our Android 11 news tag to stay up-to-date on everything we’ve covered so far on the next Android OS release.
Comments
Post a Comment