Index: README.md |
diff --git a/README.md b/README.md |
index 41bff073f400f69c1d0d0019d8c7685fff9e09fc..bddb6d90fb1a1f8db16a963bc63ca4d61d3b5723 100644 |
--- a/README.md |
+++ b/README.md |
@@ -83,6 +83,14 @@ In the project root directory run: |
This will generate *.aar library artifact in the 'libadblockplus-android/build/outputs/aar/' directory. |
+**Android permissions note** |
+ |
+An app that uses the library have to add the following permissions to `AndroidManifest.xml`: |
+ * `<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>` |
+ * `<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>` |
+ |
+(added automatically if building with Gradle or should be added manually otherwise). |
+ |
## Library tests |
Android tests for the library. |