diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/templates/doc/src/android-manifest-file-configuration.qdoc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc index a278fb05549..626925fad50 100644 --- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc +++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc @@ -273,11 +273,10 @@ Qt uses different methods to determine how Qt Widgets and Qt Quick Controls should be styled: \list - \li \c default or \c full: when using Qt Widgets or Qt Quick Controls 1. - \note This method uses some Android non-SDK interfaces, that are being - restricted and removed by Google starting from Android 9.0 (API 28). - For that reason, this is not recommended for Android 9.0 or greater. - \li \c minimal: when using Qt Quick Controls 2 and no Qt Widgets or Qt Quick + \li \c full: when using Qt Widgets or Qt Quick Controls 1. + \note This method is obsolete as it uses some Android non-SDK interfaces, that were + restricted by Google starting from Android 9.0 (API 28). You should use one of the other methods. + \li \c default or \c minimal: when using Qt Quick Controls 2 and no Qt Widgets or Qt Quick Controls 1. This is faster than using the default or full options. \li \c none: no style extraction. \endlist |
