Android: fix Android Manifest docs table

The table had the wrong row span making it malfomatted.

Task-number: QTBUG-115020
Change-Id: Icc35df3cd7dcdad2407d4c93d7a2a8d3d1701275
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
(cherry picked from commit ec7b4d547d74ded2e82674ad007f60109d73df29)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia 2023-12-17 00:43:09 +02:00 committed by Qt Cherry-pick Bot
parent 8f9543e0aa
commit 74f82101e8

View File

@ -68,7 +68,7 @@ Qt sets the following manifest configuration by default:
default values are \c anyDensity, \c largeScreens, default values are \c anyDensity, \c largeScreens,
\c normalScreens, and \c smallScreens. \c normalScreens, and \c smallScreens.
\row \row
\li {1, 7} \l {Android: App Manifest <application>}{<application>} \li {1, 6} \l {Android: App Manifest <application>}{<application>}
\li android:name \li android:name
\li The application class name. Default value is \li The application class name. Default value is
\c {org.qtproject.qt.android.bindings.QtApplication}. \c {org.qtproject.qt.android.bindings.QtApplication}.
@ -91,12 +91,9 @@ Qt sets the following manifest configuration by default:
\li Whether or not to use Auto Backup on devices where it is available. \li Whether or not to use Auto Backup on devices where it is available.
The default value is \c false. The default value is \c false.
\row \row
\li {1, 7} \l {Android: App Manifest <activity>}{<activity>} \li {1, 6} \l {Android: App Manifest <activity>}{<activity>}
\li android:name \li android:name
\li The activity class name. The default value is \c {org.qtproject.qt.android.bindings.QtActivity}. \li The activity class name. The default value is \c {org.qtproject.qt.android.bindings.QtActivity}.
\row
\li android:label
\li The activity name label. Default value is the Qt project's target name.
\row \row
\li android:configChanges \li android:configChanges
\li Lists configuration changes that the activity handles. Default value is \li Lists configuration changes that the activity handles. Default value is