fix direct share for cases where the application id was changed

This commit is contained in:
Daniel Gultsch 2020-04-22 20:23:13 +02:00
parent fc7ecca1b3
commit 22e93e4169
1 changed files with 2 additions and 1 deletions

View File

@ -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"