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: 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 | « dependencies ('k') | libadblockplus-android-settings/res/values/adblock_settings_strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/AndroidManifest.xml
diff --git a/libadblockplus-android-settings/AndroidManifest.xml b/libadblockplus-android-settings/AndroidManifest.xml
index b6c713d765f720c028c405fac555fef10d14a29a..093bf6da614a02fa0839d9eb3fa87596d779556b 100644
--- a/libadblockplus-android-settings/AndroidManifest.xml
+++ b/libadblockplus-android-settings/AndroidManifest.xml
@@ -8,4 +8,7 @@
android:minSdkVersion="21"
android:targetSdkVersion="21" />
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
+
</manifest>
« no previous file with comments | « dependencies ('k') | libadblockplus-android-settings/res/values/adblock_settings_strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld