Skip to content

Commit

Permalink
Put the QFieldCloudService in a different process space to avoid inte…
Browse files Browse the repository at this point in the history
…rference
  • Loading branch information
nirvn committed Jan 13, 2025
1 parent 9e5182e commit 8074034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<meta-data android:name="io.sentry.environment" android:value="@SENTRY_ENV@" />
<meta-data android:name="io.sentry.auto-init" android:value="false" />

<service android:process=":qt" android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldCloudService">
<service android:process=":qt_service" android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldCloudService">
<meta-data android:name="android.app.arguments" android:value="--cloudservice"/>
<meta-data android:name="android.app.lib_name" android:value="@string/lib_name"/>
<meta-data android:name="android.app.repository" android:value="default"/>
Expand Down

0 comments on commit 8074034

Please sign in to comment.