We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea99459 commit 09686cbCopy full SHA for 09686cb
app/src/main/AndroidManifest.xml
@@ -32,6 +32,12 @@
32
android:name="android.permission.FOREGROUND_SERVICE"
33
android:maxSdkVersion="32" />
34
35
+ <queries>
36
+ <intent>
37
+ <action android:name="android.content.SyncAdapter" />
38
+ </intent>
39
+ </queries>
40
+
41
<queries>
42
<package android:name="org.fossify.contacts.debug" />
43
<package android:name="org.fossify.contacts" />
@@ -40,10 +46,6 @@
46
47
<package android:name="org.fossify.calendar.debug" />
48
<package android:name="org.fossify.calendar" />
-
44
- <intent>
45
- <action android:name="android.content.SyncAdapter" />
- </intent>
49
</queries>
50
51
<uses-feature
0 commit comments