Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2022-09-23 13:59:52 +0300
committerRicki Hirner <hirner@bitfire.at>2022-09-23 14:32:22 +0300
commitfbbf2a6b07bbaefcdd291c35e66e61612402d2fb (patch)
treeb1d72d6a93ec535b20a58ef2d66c324c5c1f8c86
parent8ff90954cd32d2ca62e27523b81bd499a9bcc0a3 (diff)
Add calendar and contacts provider to manifest/queries (for increased compatibility with apps like Huawei calendar)
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 957d8085..da80a629 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -284,6 +284,11 @@
<!-- package visiblity – which apps do we need to see? -->
<queries>
+ <!-- system providers (listing them is technically not required, but some apps like the
+ Huawei calendar take this as indication of whether these providers are accessed) -->
+ <provider android:authorities="com.android.calendar"/>
+ <provider android:authorities="com.android.contacts"/>
+
<!-- task providers -->
<package android:name="at.techbee.jtx" />
<package android:name="org.dmfs.tasks" />