{"id":114522,"date":"2024-03-24T00:25:50","date_gmt":"2024-03-23T22:25:55","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vtoroj-predvaritelnyj-vypusk-android-15"},"modified":"2024-03-24T00:25:50","modified_gmt":"2024-03-23T22:25:55","slug":"vtoroj-predvaritelnyj-vypusk-android-15","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-android-15","title":{"rendered":"Second preview release of Android 15","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has introduced the second test version of its open mobile platform, Android 15. The release of Android 15 is expected in the third quarter of 2024. To assess the new platform features, a pre-testing program has been proposed. Firmware builds are available for Pixel 6\/6a\/6 Pro, Pixel 7\/7a\/7 Pro, Pixel 8\/8a\/8 Pro, Pixel Fold, and Pixel Tablet.          <\/p>\n<p>Changes in Android 15 Developer Preview 2 compared to the first preview version:   <\/p>\n<ul>\n<li class=\"l\"> Applications can now utilize small auxiliary screens (Cover screens), found on some foldable smartphones like the Samsung Galaxy Z Flip. For instance, the auxiliary screen allows users to quickly answer calls, respond to messages, control the camera, and perform other actions without unfolding the device.    <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/14ac9af652c2e6788c60b20ddfbc7851.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The TextView widget now has the elegantTextHeight attribute enabled by default, which uses fonts with larger vertical spacing to enhance text readability instead of compact fonts.                <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/8f773794383b6ad0c27ee37532e597e9.png\" style=\"display:block;margin: 0 auto;\" \/><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/fcc2d8eceff38d7cf6cdac85ff70facd.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Capabilities for working through satellite communication channels have been expanded. New interface elements have been added to standardize the use of satellite communication. Applications can now determine the use of a satellite channel using the ServiceState.isUsingNonTerrestrialNetwork() method. Support for sending and receiving messages via satellite channels has been implemented in the SMS\/MMS interface.   <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/327d12b21e9281a454e7c5b48648788e.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Work has been done to simplify the use of NFC-enabled phones for one-touch payments (tap to pay). Applications can switch the NFC adapter to monitoring mode, where the device accepts NFC requests and forwards them to a designated process for handling, but does not respond to or transmit data to NFC readers.\n<li class=\"l\"> Significantly enhanced capabilities for PDF document rendering (API PdfRenderer) have been introduced. For example, tools for rendering password-protected files, displaying annotations, editing forms, searching within documents, and highlighting areas for copying via clipboard have been provided. Optimizations have been added to reduce resource consumption and speed up the viewing of local PDF files. The implementation of the PdfRenderer API has been moved to a separate module, which can be updated via Google Play and is not tied to the core platform.    <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/4475d4d784a82e70c0a0851df209b5f9.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Improved capabilities for automatic language recognition and switching. Applications are provided with extended options for fine-tuning language switching during speech recognition. For instance, the EXTRA_LANGUAGE_SWITCH_INITIAL_ACTIVE_DURATION_TIME_MILLIS mode allows switching only at the beginning of the audio session, while the EXTRA_LANGUAGE_SWITCH_MATCH_SWITCHES mode cancels language switching after a certain number of switches, which may be required in situations where it is known in advance that only one language will be used in a session.\n<li class=\"l\"> Tools are provided for flexible line break management. In the TextView widget, you can control the wrapping of groups of words or parts of words to another line for better readability using the &lt;nobreak&gt; and &lt;nohyphen&gt; tags. For example, in the line &#171;The power and brains behind &lt;nobreak&gt;Pixel 8 Pro.&lt;\\\/nobreak&gt;&#187;, the phrase &#171;Pixel 8 Pro&#187; will always be displayed on the same line.  <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/43097a25c445b9c9f082a64c683cf7e2.png\" style=\"display:block;margin: 0 auto;\" \/><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/e2db4cc35ca6271562b9d4c46036ba76.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The filtering capabilities of intent requests have been expanded. Using the UriRelativeFilterGroup class, rules can be set to block or allow requests based on the content of URL parameters and URL fragments. Filtering rules can also be specified through the new &lt;uri-relative-filter-group&gt; tag in the application manifest.\n<li class=\"l\"> Support for the OpenJDK API has been expanded. For example, support for additional methods in Math and StrictMath classes, ordered collections and lists, the use of ByteBuffer in Deflater, and key updates has been added.\n<li class=\"l\"> An API has been added that allows applications to determine screen recording activity. An application can set a callback handler that will be invoked if screen recording is turned on and the application window falls within the visible area. This feature allows warning users of recording when confidential information is displayed.\n<li class=\"l\"> An ApplicationStartInfo API has been introduced, which provides information about the state at program startup. For example, it can be determined whether application components are cached (cold, warm, or hot states), how long different stages of startup took, what caused the startup, and identify metrics useful for optimizing startup speed.\n<li class=\"l\"> The handling of the stopped state has been modified, where application execution is paused until related user action occurs. The new version provides capabilities for the application to define the cessation of the pause: handling the BOOT_COMPLETED message or using the ApplicationStartInfo.wasForceStopped() method.\n<li class=\"l\"> In addition to the StorageStats.getAppBytes() method, which allows retrieving overall data about the size of the installed application, a new method StorageStats.getAppBytesByDataType() has been added, providing the ability to obtain separate information on the size of the APK package, compiled code, extracted, and generated data.\n<li class=\"l\"> Changes have been made to the API for launching foreground services. A new type of foreground service has been added\u2014mediaProcessing\u2014which can be used for resource-intensive operations with multimedia content, such as transcoding from one format to another.\n<li class=\"l\"> A new API has been proposed for working with the SQLite database engine, providing access to enhanced SQLite capabilities.\n<li class=\"l\"> The ability to manage HDR headroom has been introduced (the ratio of the brightest white in an HDR image to the brightness of white in an image in standard dynamic range). To set the headroom, the setDesiredHdrHeadroom method has been added, allowing for brightness balancing when displaying content in SDR and HDR.    <center><img decoding=\"async\" alt=\"Second preview release of Android 15\" src=\"\/wp-content\/uploads\/2024\/03\/7858dfdf76e8d0b08691195b01e2d909.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for the CTA-2075 standard has been added, defining capabilities for volume normalization to prevent volume level changes for different content. Volume consistency is achieved by defining metadata about speaker characteristics and the volume of AAC audio content. A LoudnessCodecController object and OnLoudnessCodecUpdateListener method have been proposed for adjusting volume parameters before contacting the codec.\n<li class=\"l\"> In AndroidX media3 ExoPlayer 1.0, the use of spatial audio for multichannel sound is enabled by default if spatial audio is supported on the device. The Virtualizer class has been deprecated, and instead, the Spatializer class should be used to define the behavior and capabilities of spatial audio.\n<li class=\"l\"> The AutomaticZenRules class has been added, allowing applications to configure rules for applying the 'Do Not Disturb' mode and determining the situations when these rules should take effect.                  <\/ul>\n<p>      <center>  <div class=\"youtube-placeholder\" data-id=\"RUc1jc5BzWM\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/RUc1jc5BzWM\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div><\/center><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=60834\">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 15. \u0420\u0435\u043b\u0438\u0437 Android 15 \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 2024 \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 6\/6a\/6 Pro, Pixel 7\/7a\/7 Pro, Pixel 8\/8a\/8 Pro, Pixel Fold \u0438 Pixel Tablet. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 Android 15 Developer Preview 2 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":114523,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-114522","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.1.1 - 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 15. \u0420\u0435\u043b\u0438\u0437 Android 15 \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 2024 \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-android-15\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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 Android 15 | 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 15. \u0420\u0435\u043b\u0438\u0437 Android 15 \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 2024 \u0433\u043e\u0434\u0430.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-android-15\" \/>\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=\"2024-03-23T22:25:55+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-03-23T22:25:55+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\udd47Second Beta Release of Android 15 | ProHoster","description":"Google has released the second beta version of the open mobile platform Android 15. The official release of Android 15 is expected in the third quarter of 2024.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-android-15","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 Android 15 | 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 15. \u0420\u0435\u043b\u0438\u0437 Android 15 \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 2024 \u0433\u043e\u0434\u0430.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vtoroj-predvaritelnyj-vypusk-android-15","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":"2024-03-23T22:25:55+00:00","article:modified_time":"2024-03-23T22:25:55+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/114522","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=114522"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/114522\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/114523"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=114522"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=114522"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=114522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}