Google releases the first Android 11 Developer Preview with new features like screen recording, chat bubbles and more

Reading time icon 5 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

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:

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:

New operations:

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