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

Unified Diff: adblock-android/AndroidManifest.xml

Issue 29784577: Issue 6205 - Upload artifacs to maven repository (Closed)
Patch Set: Adjustments regarding comments Created July 10, 2018, 12:39 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 | « adblock-android-webviewapp/build.gradle ('k') | adblock-android/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android/AndroidManifest.xml
===================================================================
--- a/adblock-android/AndroidManifest.xml
+++ b/adblock-android/AndroidManifest.xml
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.libadblockplus">
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="16" />
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
+
</manifest>
« no previous file with comments | « adblock-android-webviewapp/build.gradle ('k') | adblock-android/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld