Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-103561

Android 13: Deprecations

    XMLWordPrintable

Details

    • User Story
    • Resolution: Unresolved
    • P2: Important
    • 6.5
    • None
    • Extras: Android
    • Android
    • Next, 2022wk26FOQtforAndroid, 2022wk40FOQtforAndroid, 2022wk42FOQtforAndroid, 2023wk08FOQtforAndroid

    Description

      Deprecations

       

      Summary

      • Google is moving out of using generic type methods and started to deprecate methods that return generic Object.
      • All OnBackButton methods were deprecated because of preditive back feature.
      • java.util.Observable and java.security.acl  packages were complety deprecated.
      • READ_EXTERNAL_STORAGE permission was deprecated.
      • android.security.identity.IdentityCredential responsabilities was limited in favor of a new class - android.security.identity.PresentationSession
      • changes in Bluetooth related classes because of new support for Bluetooth LE Audio

       

      Permissions:

      • READ_EXTERNAL_STORAGE  -  Replaced by READ_MEDIA_AUDIO, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO

       

      OnBackButton methods :

      Optional for Android 13, Mandatory for Android 14 or above.

      Android 13 introduces a new feature called preditive back. Currently android does not know if a app deals with the back button or not, before it is triggered, and that behavior is not compatible with the new preditive back. So android apps must have, in the future, a "ahead-of-time" model for back button.

      Explained well in : https://io.google/2022/program/5c6a8dbb-7ac2-4c31-a707-0a16e8424970/

       

      All Deprecationed methods:

       

       

       

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtandroidteam Qt Android Team
              samuelmira Samuel Mira
              Ramon Sadornil Ramon Sadornil (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes