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

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29430610: Issue 5193 - Apply Samsung Internet UI changes to the frist run slide (Closed)
Patch Set: Created May 5, 2017, 2:58 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
Index: adblockplussbrowser/AndroidManifest.xml
===================================================================
--- a/adblockplussbrowser/AndroidManifest.xml
+++ b/adblockplussbrowser/AndroidManifest.xml
@@ -1,17 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.adblockplus.adblockplussbrowser"
- android:versionCode="9"
- android:versionName="1.0.4" >
-
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="25" />
+ package="org.adblockplus.adblockplussbrowser">
diegocarloslima 2017/05/05 17:44:11 We still wanna have support for Eclipse, so for no
jens 2017/05/09 09:44:45 Acknowledged.
<uses-permission android:name="com.samsung.android.sbrowser.permission.CONTENTBLOCKER" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
android:allowBackup="true"
« no previous file with comments | « no previous file | adblockplussbrowser/res/values/strings.xml » ('j') | adblockplussbrowser/res/values/strings.xml » ('J')

Powered by Google App Engine
This is Rietveld