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

Unified Diff: libadblockplus-android-settings/AndroidManifest.xml

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: Created March 10, 2017, 6:40 a.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
Index: libadblockplus-android-settings/AndroidManifest.xml
diff --git a/libadblockplus-android-settings/AndroidManifest.xml b/libadblockplus-android-settings/AndroidManifest.xml
index b6c713d765f720c028c405fac555fef10d14a29a..cc499f6180993c479a3b5e76abc4d0e28251e6d7 100644
--- a/libadblockplus-android-settings/AndroidManifest.xml
+++ b/libadblockplus-android-settings/AndroidManifest.xml
@@ -8,4 +8,6 @@
android:minSdkVersion="21"
android:targetSdkVersion="21" />
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
+
</manifest>

Powered by Google App Engine
This is Rietveld