From 56d7fd9fadd44a6113693b131cf3cc832eb333ac Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Fri, 24 Sep 2021 18:50:15 +0300 Subject: Android: remove comments from the manifest file The comments are not needed, since we're adding a docs page for the manifest, which include the information from these comments and more. Keep the manifest clean. Task-number: QTBUG-95285 Change-Id: I1fd8bc695f5aab1bcc69f549cb3ddeeaac168b98 Reviewed-by: Ville Voutilainen (cherry picked from commit a1e7c441de16cb4e8d6bdac39160759116ecd233) Reviewed-by: Qt Cherry-pick Bot --- src/android/templates/AndroidManifest.xml | 50 ++++--------------------------- 1 file changed, 6 insertions(+), 44 deletions(-) (limited to 'src') diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml index 86dd3c54d2..dc54a3400b 100644 --- a/src/android/templates/AndroidManifest.xml +++ b/src/android/templates/AndroidManifest.xml @@ -4,14 +4,8 @@ android:installLocation="auto" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:versionName="-- %%INSERT_VERSION_NAME%% --"> - - - - - - + + - - - - - - - - - - - - - - - - - - + - - - -- cgit v1.2.3