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:
parent
efb20985a0
commit
503bbae530
3 changed files with 63 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue