{"id":110470,"date":"2023-10-05T03:11:06","date_gmt":"2023-10-05T01:11:11","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-mobilnoj-platformy-android-14"},"modified":"2023-10-05T03:11:06","modified_gmt":"2023-10-05T01:11:11","slug":"vypusk-mobilnoj-platformy-android-14","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-mobilnoj-platformy-android-14","title":{"rendered":"Release of the mobile platform Android 14","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released the open mobile platform Android 14. The source code related to the new release is available in the project's Git repository (branch android-14.0.0_r1). Firmware updates have been prepared for Pixel series devices. Updates for smartphones from Samsung Galaxy, iQOO, Nothing, OnePlus, Oppo, Realme, Sharp, Sony, Tecno, vivo, and Xiaomi will be prepared later. Additionally, generic system images (GSIs) suitable for various devices based on ARM64 and x86_64 architectures have been created.    <\/p>\n<p>Key innovations:   <\/p>\n<ul>\n<li class=\"l\"> The platform now includes the Health Connect storage, previously supplied as a separate package via Google Play. Health Connect provides centralized storage for data from fitness trackers and other health-related devices, enabling different applications to share access to health data. Access to Health Connect settings will now be provided through the platform's native configurator, allowing users to manage which specific health data certain applications can access through privacy settings. Furthermore, Health Connect has added support for saving information about the route taken during workouts (users can specify the duration for which a list of waypoints will be saved). The route can be visualized on a map and, if desired, shared with other applications for processing after explicit user confirmation.      <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/4a630627292ae485674cf12d3b517ed0.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/li>\n<li class=\"l\"> The tools for confirming access to location information have been expanded. A new section has been added to the dialog requesting location access, providing information on when the application is transmitting location data (access denied, allow once, and always allow) and details on where to find additional information regarding access to transmitted data.    <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/1f3d437893271a1d53e5c23829e6bc9a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/li>\n<li class=\"l\"> A monthly notification has been implemented to alert users about changes in applications that have been granted access to location data regarding their data-sharing methods with third parties (for example, a notification appears when an application starts using location data for advertising purposes).      <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/a2b07f760a475831065777b8291ee843.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> When working with applications, a more noticeable back arrow hint has been implemented to simplify understanding of the screen gesture for going back.    <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/f517a1ca8ede1dc8cedd00381eb90edc.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/li>\n<li class=\"l\"> In the Sharesheet mechanism, used for sending data (such as images or links) outside the application or to another user, the ability to add custom actions has been implemented. For example, you can define your own list of ChooserAction handlers that show applications and users to whom sharing is possible. Additionally, the range of signals used for ranking targets for direct data sharing has been expanded.    <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/778e11f97aafb4e53df1354231cf9bd0.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>        <\/li>\n<li class=\"l\"> Partial authority grants for access to only the user-selected photos and videos (READ_MEDIA_VISUAL_USER_SELECTED) are now available, with files accessed selected by the user through the Photo picker interface during the permission request dialog. After the application is sent to the background or terminated, the provided user permission is automatically revoked. In the permission confirmation dialog, the ability to grant access only to selected photos or videos has been added.    <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/cbd0a6f2b21e18c9278494c7daa964d4.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/li>\n<li class=\"l\"> A section for overriding regional preference settings has been added to the configurator, such as temperature measurement units, the first day of the week, and counting systems. For example, a European living in the USA can set it to display temperature in degrees Celsius instead of Fahrenheit and count Monday as the start of the week instead of Sunday.            <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/36154deb2e27e6bd71b9a82dfe63e608.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>        <\/li>\n<li class=\"l\"> Font scaling capabilities have been expanded, with the maximum font scaling level increased from 130% to 200%. To ensure that text does not appear too large at high zoom levels, a nonlinear scaling adjustment is now automatically applied (larger text is scaled less than smaller text), allowing for optimal text readability for people with impaired vision without risking interface layout distortions.      <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/89eca1ae68ccf96596cf562e93b23de2.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>        <\/li>\n<li class=\"l\"> The support for recording high dynamic range (HDR) video that appeared in the previous branch has been expanded with the capability to obtain additional information from the camera, allowing images to be saved in the &#171;Ultra HDR&#187; format, where 10 bits per channel are used for color encoding. The Ultra HDR format is fully compatible with JPEG, enabling applications to work with HDR images without changes, and to display them using the standard brightness range if necessary. Output in HDR mode is automatically provided by the platform when HDR support is activated in the application's manifest or when Window.setColorMode is called. A separate rendering of Ultra HDR using OpenGL or Vulkan can utilize the Gainmap class.    <center><img decoding=\"async\" alt=\"Release of the mobile platform Android 14\" src=\"\/wp-content\/uploads\/2023\/10\/eb9b1ce4dc0659f1f2e337172af1a929.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <\/li>\n<li class=\"l\"> The types of applications that are permitted to display fullscreen notifications when the screen is locked are limited. Such notifications are intended to attract attention to information requiring immediate responses, such as incoming calls or alarm alerts, so the authority to display such notifications will now be restricted to calling and alert applications.    <\/li>\n<li class=\"l\"> Animation management has been improved for indicating transitions between different screens (tabs) in the application during swipe gestures that shift the content. New components have been added for animating the transition of bottom and side screens, as well as for invoking search. An API for creating custom transition effects within the application has also been introduced.         <\/li>\n<li class=\"l\"> The camera extensions set has been updated, providing the ability to use longer-running algorithms that require intensive computation for image processing, such as enhancing the quality of low-light photos. Features have been added to predict processing delays, obtain progress information for processing, and quickly receive a draft version of the image before the final image is prepared. A more optimized and energy-efficient mode for previewing with SurfaceView has been implemented. While using the extensions, touch support for focusing and zooming has been provided.     <\/li>\n<li class=\"l\"> Support has been provided for using the built-in camera capabilities for scaling and cropping transmitted RAW images.    <\/li>\n<li class=\"l\"> For wired headphones connected via USB, the ability to use lossless audio formats has been added. The API now includes the AudioMixerAttributes class, which allows sound to be sent directly to the device without mixing, adjusting volume, or processing effects.    <\/li>\n<li class=\"l\"> The graphics API has implemented the Mesh class, which allows the creation of custom polygonal mesh variations with vertex and fragment shaders written in AGSL.    <\/li>\n<li class=\"l\"> The ability for hardware-accelerated rendering to a buffer has been added, implemented through the HardwareBufferRenderer class.      <\/li>\n<li class=\"l\"> The Path class, which allows the creation of vector graphics based on composite geometric outlines, has been expanded to support interpolation between outlines with similar structures to create a morphing effect, and the PathIterator iterator has been introduced for sequentially iterating through all segments of the outline.     <\/li>\n<li class=\"l\"> The ability to bind individual language settings to different applications has been expanded. There is now the option to specify a list of languages that will be displayed in the Android configurator when selecting a language for a specific application.              <\/li>\n<li class=\"l\"> The areas in which the system shows privacy-related information defined by the developer in the Play Console Form have been expanded, such as policies regarding data sharing with third parties. For example, such information is now displayed in the authorization request dialog.      <\/li>\n<li class=\"l\"> In applications using background service handlers, specifying the type of background service is now mandatory. During operation, the system checks the correspondence between the specified service type, requested permissions, and the API being used. For example, if the application has specified the background service type FOREGROUND_SERVICE_TYPE_LOCATION, it is implied that permissions for ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION may be requested.      <\/li>\n<li class=\"l\"> Changes have been made to enhance security: Applications are prohibited from sending intent requests to some internal components of the platform. Dynamically loaded code must now be marked with the read-only access attribute. The functions ZipFile(String) and ZipInputStream.getNextEntry() are forbidden from processing zip archives whose paths start with the &#171;\\\/&#187; symbol or contain the &#171;..&#187; sequence. The execution of works from background handlers has been restricted, and limitations in the area of software interface calls not provided in the SDK have been updated.\n<li class=\"l\"> When connecting a device via USB to a desktop computer, in addition to previously available interaction modes such as file transfer, charging, and internet sharing, there is now the option to use the smartphone as a webcam (UVC mode, USB Video Class). By default, this feature is disabled but can be activated with root access.\n<li class=\"l\"> The improvement of platform performance on tablets and devices with foldable screens continues. Libraries have been provided to predict pointer movement events and to ensure low latency when using styluses. Interface templates designed for large screens have been introduced, considering applications such as social networking, communications, multimedia content, reading, and shopping.           <\/li>\n<li class=\"l\"> A separate permission has been added to allow applications to initiate actions while the app is in the background. Activation while in the background is limited to prevent distracting the user when they are using the current application. Active applications have been given more control over the activation of actions by other applications with which they interact.    <\/li>\n<li class=\"l\"> Memory management system optimization has been conducted for more efficient resource allocation to applications running in the background. A few seconds after the application is transitioned to a cached state, background work is limited to handling APIs that manage the application lifecycle, such as Foreground Services, JobScheduler, and WorkManager APIs.     <\/li>\n<li class=\"l\"> Notifications marked with the FLAG_ONGOING_EVENT flag can now be dismissed when displayed on a device with an unlocked screen. If the device is in a locked state, such notifications will remain undismissable. Notifications that are critical for system operation will also remain undismissable.    <\/li>\n<li class=\"l\"> The PackageInstaller API has been enhanced with new methods: requestUserPreapproval(), which allows the app catalog to defer APK downloads until user installation approval is received; setRequestUpdateOwnership(), which allows the installer to claim future app update operations; and setDontKillApp(), which permits additional functionalities for the app while interacting with the program. Installers can now activate app update installations in the InstallConstraints API at moments when the app is not in use.\n<li class=\"l\"> Work continues on enhancing platform performance on tablets and devices with foldable screens. Development recommendations for applications targeting large screen devices have been updated, and standard interface templates for large screens have been added, addressing applications such as social networking, communications, multimedia content, reading, and shopping. A preliminary release of the Cross device SDK has been proposed, featuring tools for developing applications that work correctly across different device types (smartphones, tablets, smart TVs, etc.) and various form factors.      <\/li>\n<li class=\"l\"> Optimization has been conducted for coordinating resource-intensive background tasks, such as downloading large files when a Wi-Fi connection is available. Changes have been made to the API for launching foreground services and scheduling tasks, with new functionality added for user-initiated tasks related to data transfer. Requirements have been introduced to specify the type of foreground services being launched (camera usage, data synchronization, multimedia playback, location tracking, microphone access, etc.). The conditions for activating data downloads have been simplified, for example, to download only when connected via Wi-Fi.    <\/li>\n<li class=\"l\"> The internal broadcast message delivery system for applications has been optimized to reduce energy consumption and enhance responsiveness. The reception of registered message streams has been improved \u2014 messages can now be queued, aggregated (for example, a series of BATTERY_CHANGED messages will be combined into one), and delivered only after the application exits the cached state.\n<li class=\"l\"> The limit on the maximum number of cached applications has been increased, which has reduced the number of applications launched in &#171;cold&#187; mode (i.e., not cached in memory and launched more slowly). For devices with 8 GB of RAM, after the limitations were changed, the number of &#171;cold&#187; application launches decreased by 20%, while for those with 12GB, by 30%.       <\/li>\n<li class=\"l\"> Using the exact alarms feature in applications now requires obtaining a separate permission for SCHEDULE_EXACT_ALARM, as utilizing this functionality can negatively impact battery life and lead to increased resource consumption (for scheduled tasks, it is recommended to activate at approximate times). Applications with calendar and clock implementations that use exact time activation must be granted the USE_EXACT_ALARM permission upon installation. Listings in the Google Play Store for applications with USE_EXACT_ALARM permission are only permitted for programs with alarm, timer, and calendar implementations that provide event notifications.        <\/li>\n<li class=\"l\"> A feature has been introduced to specify language settings linked to individual applications. The app developer can now modify localeConfig parameters through a call to LocaleManager.setOverrideLocaleConfig to define the list of languages displayed for the application in the Android settings interface.    <\/li>\n<li class=\"l\"> The Grammatical Inflection API has been added to simplify the addition of translations for interface elements that consider languages with a gender system.    <\/li>\n<li class=\"l\"> To prevent malicious applications from intercepting intent requests, the new version prohibits sending intents without explicitly specifying a package or internal component.    <\/li>\n<li class=\"l\"> The security of Dynamic Code Loading (DCL) has been enhanced \u2014 to prevent the injection of malicious code into dynamically loaded executable files, these files must now have read-only access permissions.    <\/li>\n<li class=\"l\"> Installation of applications that declare an SDK version lower than 23 is prohibited, which will block privilege escalation through bindings to older APIs (API version 22 is prohibited because a new access control model was introduced in version 23 (Android 6.0) that allows on-the-fly requests for access to system resources). Previously installed applications using old APIs will continue to function after the Android update.    <\/li>\n<li class=\"l\"> The Credential Manager API has been proposed, allowing applications to implement sign-in using credentials from external authentication providers. Support for Passkeys technology has been implemented, enabling users to authenticate without passwords using biometric identifiers such as fingerprints or facial recognition. The interface for selecting an account has been improved.          <\/li>\n<li class=\"l\"> Android Runtime (ART) now supports OpenJDK 17. The platform's core Java libraries and application development tools have been updated to OpenJDK 17. Support for the language features and Java classes available in OpenJDK 17 has been added, such as record types, multi-line strings, and pattern matching in the &#171;instanceof&#187; operator.\n<li class=\"l\"> More advanced compression methods have been utilized in Android Runtime, resulting in an average file size reduction of 9.3% without sacrificing performance.\n<li class=\"l\"> The method for updating root certificate authority (CA) certificates has been changed. System certificates will no longer be tied to firmware and will instead be delivered as a separate package updated via Google Play. This approach simplifies the maintenance of current certificates and the removal of those from compromised certificate authorities, while preventing device manufacturers from manipulating the list of root certificates and making the update process independent of firmware updates. On the other hand, the new delivery method will not allow users to alter system certificates, even if they have root access and fully control the firmware.               <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=59873\">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 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \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 14. \u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043d\u043e\u0432\u044b\u043c \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0442\u0435\u043a\u0441\u0442\u044b \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u044b \u0432 Git-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 (\u0432\u0435\u0442\u043a\u0430 android-14.0.0_r1). \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \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 \u0441\u0435\u0440\u0438\u0438 Pixel. \u041f\u043e\u0437\u0434\u043d\u0435\u0435 \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u043e\u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 Samsung Galaxy, iQOO, Nothing, OnePlus, Oppo, Realme, Sharp, Sony, Tecno, vivo \u0438 Xiaomi. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0431\u043e\u0440\u043a\u0438 GSI (Generic [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":110471,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-110470","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 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \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 14. \u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043d\u043e\u0432\u044b\u043c \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0442\u0435\u043a\u0441\u0442\u044b \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u044b \u0432 Git-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 (\u0432\u0435\u0442\u043a\u0430 android-14.0.0_r1).\" \/>\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\/vypusk-mobilnoj-platformy-android-14\" \/>\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\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 14 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \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 14. \u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043d\u043e\u0432\u044b\u043c \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0442\u0435\u043a\u0441\u0442\u044b \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u044b \u0432 Git-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 (\u0432\u0435\u0442\u043a\u0430 android-14.0.0_r1).\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-mobilnoj-platformy-android-14\" \/>\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=\"2023-10-05T01:11:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-10-05T01:11:11+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\udd47Release of the mobile platform Android 14 | ProHoster","description":"Google has released the open mobile platform Android 14. The source code related to this release is hosted in the project's Git repository (branch android-14.0.0_r1).","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-mobilnoj-platformy-android-14","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\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Android 14 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \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 14. \u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043d\u043e\u0432\u044b\u043c \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0442\u0435\u043a\u0441\u0442\u044b \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u044b \u0432 Git-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 (\u0432\u0435\u0442\u043a\u0430 android-14.0.0_r1).","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-mobilnoj-platformy-android-14","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":"2023-10-05T01:11:11+00:00","article:modified_time":"2023-10-05T01:11:11+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\/110470","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=110470"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/110470\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/110471"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=110470"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=110470"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=110470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}