{"id":99484,"date":"2021-03-19T22:22:44","date_gmt":"2021-03-19T20:22:45","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12"},"modified":"2026-02-08T14:30:56","modified_gmt":"2026-02-08T12:30:56","slug":"vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12","title":{"rendered":"The second pre-release of the mobile platform Android 12","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has introduced the second beta version of the open mobile platform Android 12. The official release of Android 12 is expected in the third quarter of 2021. To evaluate the new capabilities of the platform, a beta testing program has been proposed. Firmware builds have been prepared for Pixel 3 \/ 3 XL, Pixel 3a \/ 3a XL, Pixel 4 \/ 4 XL, Pixel 4a \/ 4a 5G, and Pixel 5 devices. An OTA update is available for those who installed the first beta release.        <\/p>\n<p>Key innovations in Android 12:   <\/p>\n<ul>\n<li class=\"l\"> The ability to adapt interface elements to devices with rounded screens has been added. Developers can now obtain information about screen curvature and adjust interface elements that fall into invisible corner areas. Through the new RoundedCorner API, parameters such as radius and center of rounding can be identified, and with Display.getRoundedCorner() and WindowInsets.getRoundedCorner(), the coordinates of each rounded corner of the screen can be determined.    <center><img decoding=\"async\" alt=\"The second pre-release of the mobile platform Android 12\" src=\"\/wp-content\/uploads\/2021\/03\/34c654be392f8a4faae544ea25a6f25a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The 'Picture in Picture' (PIP) mode has been improved, and the smoothness of transition effects has been enhanced. If automatic transition to PIP is enabled during the up-to-home gesture (swiping the bottom of the screen up), the application now immediately switches to PIP mode without waiting for the animation to finish. The resizing of PIP windows with content different from video has also been improved. The option to hide the PIP window by dragging it to the left or right edge of the screen has been added. The behavior when tapping the PIP window has been changed \u2014 a single tap now reveals the control buttons, while a double tap changes the window size.\n<li class=\"l\"> A new API, CompanionDeviceService, has been added, enabling apps to control companion devices such as smart speakers and fitness trackers. The API addresses the issue of launching and connecting necessary apps when a companion device is nearby. The system activates the service when the device is close and sends a notification upon disconnection or when the device enters or exits the visibility range. Apps can also utilize a new companion device profile to simplify the authentication settings for connecting to the device.\n<li class=\"l\"> The bandwidth forecasting system has been improved. Applications can now request information about the expected overall bandwidth related to the operator, specific wireless networks (Wi-Fi SSID), network type, and signal level.\n<li class=\"l\"> The application of standard visual effects, such as blurring and color distortion, has been simplified, allowing them to be applied using the RenderEffect API to any RenderNode object or the entire visible area, even in conjunction with other effects. For example, this capability allows for blurring an image displayed through ImageView without explicitly copying, processing, and replacing the bitmap, offloading these actions to the platform. Additionally, the API Window.setBackgroundBlurRadius() has been introduced, which can blur the window's background with a frosted glass effect and highlight depth by blurring the space surrounding the window.     <center><img decoding=\"async\" alt=\"The second pre-release of the mobile platform Android 12\" src=\"\/wp-content\/uploads\/2021\/03\/6eb994610b542f7fe275597e9b6f81b7.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Integrated tools for transcoding multimedia streams are provided, which can be used in environments with camera applications that save video in HEVC format, ensuring compatibility with applications that do not support this format. For such applications, an automatic transcoding function to the more common AVC format has been added.\n<li class=\"l\"> Support for the AVIF image format (AV1 Image Format) has been added, which utilizes intra-frame compression technologies from the AV1 video encoding format. The container for distributing compressed data in AVIF is fully analogous to HEIF. AVIF supports images in HDR (High Dynamic Range) and wide-gamut color space, as well as in standard dynamic range (SDR).\n<li class=\"l\">To prevent potential performance issues, applications are prohibited from starting foreground services while running in the background, except for a few special cases. It is recommended to use WorkManager for running tasks in the background. A new type of task has been proposed in JobScheduler, which runs immediately, has a higher priority, and has network access.\n<li class=\"l\"> A unified OnReceiveContentListener API has been proposed for inserting and moving between applications with advanced content types (formatted text, images, videos, audio files, etc.), utilizing various data sources including the clipboard, keyboard, and drag-and-drop interface.\n<li class=\"l\"> A haptic feedback effect implementable through the built-in vibration motor of phones has been added, with the frequency and intensity of the vibration depending on the parameters of the sound currently being played. This new effect allows for a physical sensation of sound and can be used to add extra realism to games and audio applications.\n<li class=\"l\"> In immersive mode, where the program displays full screen while hiding the menus, navigation is simplified using gesture controls. For instance, in applications for reading books, watching videos, and managing photos, you can now navigate with a single swipe gesture.\n<li class=\"l\"> The notification interface has been revamped, making it simpler and more functional. Animations and transition effects have also been updated and smoothed out. Notifications' appearance has been aligned with the content specified by the application.\n<li class=\"l\"> Responsiveness and reaction speed when handling notifications have been improved. For example, touching a notification now results in an instant transition to the associated application. The use of intermediate notification handlers (notification trampoline) is limited within applications.\n<li class=\"l\"> IPC calls in Binder have been optimized. Thanks to a new caching strategy and elimination of conflicts during locks, delays have been significantly reduced. In general, the performance of Binder calls has increased by approximately two times, but in some areas, even greater improvements have been made. For example, the refContentProvider() call is now 47 times faster, releaseWakeLock() is 15 times faster, and JobScheduler.schedule() is 7.9 times faster.\n<li class=\"l\"> As part of the Mainline project, which allows for updating individual system components without upgrading the whole platform, new updatable system modules have been prepared in addition to the 22 modules available in Android 11. The updates affect hardware-agnostic components that are downloaded via Google Play separately from OTA firmware updates from manufacturers. Among the new modules that can be updated through Google Play without a firmware update are ART (Android Runtime) and the video transcoding module.\n<li class=\"l\"> <a href=\"https:\/\/prohoster.info\/en\/vpn\/\"  data-wpil-monitor-id=\"322\">Security and Privacy<\/a>.\n<ul>\n<li class=\"l\"> Application developers are now able to disable warning pop-ups that obscure content. Previously, the ability to show overlay windows was controlled via permissions granted during the installation of applications that displayed such windows. There were no tools to influence content overlap from applications whose windows were being obstructed. With the call to Window#setHideOverlayWindows(), all windows obstructing content will now be automatically hidden. For example, hiding may be triggered when displaying critically important information, such as transaction confirmations.\n<li class=\"l\"> Applications have been provided with additional settings for restricting notification operations during screen lock. Previously, only visibility control for notifications during screen lock was available, but now mandatory authentication can be required for any actions involving notifications while the screen is locked. For instance, a messaging application may require authentication before deleting a message or marking it as read.\n<li class=\"l\"> An API PackageManager.requestChecksums() has been added for requesting and verifying the checksum of an installed application. Supported algorithms include SHA256, SHA512, and Merkle Root.\n<li class=\"l\"> In the WebView web engine, the use of the SameSite attribute has been implemented to control cookie handling. The value 'SameSite=Lax' restricts the sending of cookies for cross-site subrequests, such as image requests or content loading through an iframe from another site. In 'SameSite=Strict' mode, cookies are not sent for any type of cross-site requests, including all incoming links from external sites.\n<li class=\"l\"> Work continues on randomizing MAC addresses to prevent the tracking of devices when connecting to wireless networks. For non-privileged applications, access to the device's MAC address has been restricted, and when calling the getHardwareAddress() function, an empty value is now returned.          <\/ul>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=54789\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0432\u0442\u043e\u0440\u0443\u044e \u0442\u0435\u0441\u0442\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12. \u0420\u0435\u043b\u0438\u0437 Android 12 \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0435 2021 \u0433\u043e\u0434\u0430. \u0414\u043b\u044f \u043e\u0446\u0435\u043d\u043a\u0438 \u043d\u043e\u0432\u044b\u0445 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0421\u0431\u043e\u0440\u043a\u0438 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0438 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u044b \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 Pixel 3 \/ 3 XL, Pixel 3a \/ 3a XL, Pixel 4 \/ 4 XL, Pixel 4a \/ 4a 5G \u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":99485,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-99484","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0432\u0442\u043e\u0440\u0443\u044e \u0442\u0435\u0441\u0442\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12. \u0420\u0435\u043b\u0438\u0437 Android 12 \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0435 2021 \u0433\u043e\u0434\u0430.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0412\u0442\u043e\u0440\u043e\u0439 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0432\u0442\u043e\u0440\u0443\u044e \u0442\u0435\u0441\u0442\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12. \u0420\u0435\u043b\u0438\u0437 Android 12 \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0435 2021 \u0433\u043e\u0434\u0430.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-03-19T20:22:45+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-08T12:30:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47 Second beta release of the mobile platform Android 12 | ProHoster","description":"Google has introduced the second beta version of the open mobile platform Android 12. The official release of Android 12 is expected in the third quarter of 2021.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0412\u0442\u043e\u0440\u043e\u0439 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0432\u0442\u043e\u0440\u0443\u044e \u0442\u0435\u0441\u0442\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 12. \u0420\u0435\u043b\u0438\u0437 Android 12 \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0435 2021 \u0433\u043e\u0434\u0430.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-mobilnoj-platformy-android-12","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2021-03-19T20:22:45+00:00","article:modified_time":"2026-02-08T12:30:56+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"99484","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-19 20:53:30","updated":"2026-02-08 12:30:56","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/99484","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=99484"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/99484\/revisions"}],"predecessor-version":[{"id":157464,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/99484\/revisions\/157464"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/99485"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=99484"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=99484"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=99484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}