fix direct share for cases where the application id was changed
This commit is contained in:
parent
fc7ecca1b3
commit
22e93e4169
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue