Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: updated dependency to binaries, updated comment for allowed connection type Created March 30, 2017, 2:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld