Skip to content
Snippets Groups Projects
Commit 22e93e41 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

fix direct share for cases where the application id was changed

parent fc7ecca1
No related merge requests found
......@@ -225,9 +225,10 @@
<data android:mimeType="*/*" />
</intent-filter>
<!-- the value here needs to be the full class name; independent of the configured applicationId -->
<meta-data
android:name="android.service.chooser.chooser_target_service"
android:value=".services.ContactChooserTargetService" />
android:value="eu.siacs.conversations.services.ContactChooserTargetService" />
</activity>
<activity
android:name=".ui.TrustKeysActivity"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment