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

Android 11 - Dynamic Resources

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.3
    • QPA: Android
    • None

      Overview:

      Android 11 allows now to change a resource on runtime. Ex:

      String sdkroot = getApplicationInfo().dataDir + "/lebian";
      ResourcesLoader rl = new ResourcesLoader();
      rl.addProvider(ResourcesProvider.loadFromDirectory(sdkroot, null));
      Resources res = getResources();
      res.addLoaders(rl);
      final AssetManager assetManager = res.getAssets(); 

      Proposed Action:

      • Considering that we use qrc, this feature does not look interesting. Also, it is only Android 11 only.

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

            qtandroidteam Qt Android Team
            samuelmira Samuel Mira
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes