Ensure that Element X can use the service from Element Classic.

Permission "im.vector.app.READ_DATA" is not necessary anymore.
This commit is contained in:
Benoit Marty 2026-01-21 18:06:10 +01:00 committed by Benoit Marty
parent efb20985a0
commit 503bbae530
3 changed files with 63 additions and 27 deletions

View file

@ -13,8 +13,9 @@
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<!-- To be able to start the service exported by Element Classic -->
<package android:name="${elementClassicPackage}" />
</queries>
<!-- Permission to read data from Element classic -->
<uses-permission android:name="im.vector.app.READ_DATA" />
</manifest>