Do not add trace_location meta-data by default

Instead document the meta-data and let the user set it.

Change-Id: I13c9cd0129ffeef7b72635f46f53cf3dbfcf6684
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit eb85a5eee7632b0f798abbb9b9428ad27f53bec1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Antti Määttä 2023-02-24 12:01:34 +02:00 committed by Qt Cherry-pick Bot
parent cd090868f0
commit 6ab021190c

View File

@ -42,9 +42,6 @@
<meta-data
android:name="android.app.extract_android_style"
android:value="minimal" />
<meta-data
android:name="android.app.trace_location"
android:value="/sdcard/Android/data/trace" />
</activity>
</application>
</manifest>