diff --git a/README.md b/README.md index 583fe7f9..f4b2f10f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,15 @@ compileOptions { We use some features from Java 8, so your project needs also to be compiled with (at least) this version. +For Android 11 and later you may need to add queries to your app's manifest file. It will not find the nextcloud-app otherwise. + +``` + + + + +``` + ### 2) To choose an account, include the following code in your login dialog: From an Activity