Google releases the first Android 11 Developer Preview with new features like screen recording, chat bubbles and more
5 min. read
Published on
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
Google today released the first Android 11 Developer Preview build with several new features and APIs for users and developers. Google is planning to release the final version of Android 11 OS in Q3 2020. This Android 11 release will also include some new features like built-in support for screen recording, improved location privacy (users can grant temporary access to location, microphone, and camera through a one-time permission), better protection to app and user data on external storage and more. Find the list of developer features below.
Data access auditing:
- To provide more transparency into how your app and its dependencies access private data from users, Androidย 11 introducesย data access auditing. By using this feature, you can better identify and rectify potentially unexpected data access.
Performant graphics debug layer injection:
- Applications can now load external graphics layers (GLES,ย Vulkan) into native application code to expose the same functionality as a debuggable app, but without incurring the performance overhead. This feature is especially important when profiling your application with tools likeย GAPID.
Batch operations for media files:
- For consistency across devices and added user convenience, Androidย 11 adds several methods to theย
MediaStore
ย API. To learn more about these methods, see theย perform batch operations sectionย on the Androidย 11 privacy page related to storage.
Rich media in quick replies:
- Beginning in Android 11, users can insert images and other rich media content intoย quick replies. To support this feature, apps need to add information toย
RemoteInput
ย notifications specifying which MIME types they can handle. Do this by callingยRemoteInput.Builder.setAllowDataType()
. The app must also check anyยRemoteInput
ย broadcasts that it receives to see if the broadcast contains content in any of those types; useยRemoteInput.getDataResultsFromIntent()
ย to do this.
Access to media files using raw file paths:
- Starting in Androidย 11, apps that have theย
READ_EXTERNAL_STORAGE
ย permission can read a device’s media files using direct file paths and native libraries. To learn more about this capability, see theย access files using raw paths sectionย on the Androidย 11 privacy page related to storage.
Secure sharing of large datasets:
- In some situations, such as those that involve machine learning or media playback, your app might want to use the same large dataset as another app. In previous versions of Android, your app and another app would each need to download a separate copy of the same dataset.
Requesting and checking for low latency support:
- Certain displays can perform graphics post-processing, such as some external displays and TVs. This post-processing improves the graphics but can increase latency. Newer displays which support HDMI 2.1 have anย auto low latency modeย (ALLM, also known asย game mode), which minimizes latency by switching off this post-processing. For more details on ALLM, refer to theย HDMI 2.1 specification.
Low-latency decoding in MediaCodec:
- Androidย 11 enhancesย
MediaCodec
ย to support low-latency decoding for games and other real-time apps. You can check whether a codec supports low-latency decoding by passingยFEATURE_LowLatency
ย toยMediaCodecInfo.CodecCapabilities.isFeatureSupported()
.
NDK image decoder:
- The NDKย
ImageDecoder
ย API provides a standard API for Android C/C++ apps to decode images directly. App developers no longer need to use the framework APIs (via JNI) or bundle third-party image-decoding libraries. For more information, see theย Image decoder developer guide.
Resource loaders:
- Androidย 11 introduces a new API that allows apps to dynamically extend how resources are searched and loaded. The new API classesย
ResourcesLoader
ย andยResourcesProvider
ย are primarily responsible for providing the new functionality. Together, they provide the ability to supply additional resources and assets, or modify the values of existing resources and assets.
Updates to the ICU libraries:
- Androidย 11 updates theย
android.icu
ย package to use version 66 of theย ICU library, compared to version 63 in Android 10. The new library version includes updated CLDR locale data and a number of enhancements to internationalization support in Android.
Neural Networks API 1.3:
- Androidย 11 expands and improves theย Neural Networks API (NNAPI).
New operations:
- NNAPI 1.3 introduces a new operand type,ย
TENSOR_QUANT8_ASYMM_SIGNED
, to supportย TensorFlow Lite’s new quantization scheme.
New ML controls:
- NNAPI 1.3 introduces new controls to help machine learning run smoothly.
Biometric authentication strength:
- To help you control the level of security for your app’s data, Androidย 11 introduces theย
BiometricManager.Authenticators
ย interface. This interface defines the possible strengths of biometric hardware elements. The device manufacturer defines a specific strength for each element, such asยBIOMETRIC_STRONG
ย orยBIOMETRIC_WEAK
. These strength levels are defined on theย Compatibility Definitionย page.
CallScreeningService updates:
- Starting in Android 11, aย CallScreeningServiceย can request information about the STIR/SHAKEN verification status (verstat) for incoming calls. This information is provided as part of theย call detailsย for incoming calls.
Expanded camera support in Android emulator:
Androidย 11 introduces improved Android Emulator camera capabilities. The added features include the following:
- RAW capture
- YUV reprocessing
- Level 3 devices
- Logical camera support
Mute notification sounds and vibrations during active capture:
- Beginning with Androidย 11, when actively using the camera, your app can mute only vibrations, both sounds and vibrations, or neither usingย
setCameraAudioRestriction()
.
Wi-Fi Passpoint enhancements:
- Passpoint enables apps to automatically and silently perform authentication and connect to secure Wi-Fi hotspots. Apps that target API level ‘R’ and higher can use the following additional capabilities of Passpoint.
Wi-Fi Suggestion API is expanded:
Androidย 11 expands theย Wi-Fi Suggestion APIย to increase your app’s network management capabilities, including the following:
- Connectivity management apps can manage their own networks by allowing disconnection requests.
- Passpoint networks are integrated into the Suggestion API and can be suggested to the user.
- Analytics APIs enable you to get information about the quality of your networks.
Chat Bubbles:
- Bubbles are now available to developers to help surface conversations across the system. Bubbles was an experimental feature in Android 10 that was enabled through a developer option — in Android 11 this is no longer necessary.
Source: Google
User forum
0 messages