Skip to content

Commit

Permalink
Added app queries for Android 11
Browse files Browse the repository at this point in the history
They are required for app to find Nextcloud applications in newer versions of API. Lack of them may be reason for issue #22
  • Loading branch information
Andrewerr authored Sep 24, 2021
1 parent 3409984 commit d6a4e23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

<queries>
<package android:name="com.nextcloud.client" />
<package android:name="com.nextcloud.android.beta" />
</queries>

<activity
android:name=".SettingsActivity"
Expand All @@ -41,4 +46,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit d6a4e23

Please sign in to comment.