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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.adblockplus.adblockplussbrowser" 3 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.
4 android:versionCode="9"
5 android:versionName="1.0.4" >
6
7 <uses-sdk
8 android:minSdkVersion="21"
9 android:targetSdkVersion="25" />
10 4
11 <uses-permission android:name="com.samsung.android.sbrowser.permission.CONTE NTBLOCKER" /> 5 <uses-permission android:name="com.samsung.android.sbrowser.permission.CONTE NTBLOCKER" />
12 <uses-permission android:name="android.permission.INTERNET" /> 6 <uses-permission android:name="android.permission.INTERNET" />
13 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 7 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
14 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> 8 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
15 9
16 <application 10 <application
17 android:allowBackup="true" 11 android:allowBackup="true"
18 android:icon="@drawable/ic_launcher" 12 android:icon="@drawable/ic_launcher"
19 android:label="@string/app_name" 13 android:label="@string/app_name"
(...skipping 20 matching lines...) Expand all
40 34
41 <service android:name="org.adblockplus.sbrowser.contentblocker.engine.En gineService" /> 35 <service android:name="org.adblockplus.sbrowser.contentblocker.engine.En gineService" />
42 36
43 <provider 37 <provider
44 android:name="org.adblockplus.sbrowser.contentblocker.ContentBlocker ContentProvider" 38 android:name="org.adblockplus.sbrowser.contentblocker.ContentBlocker ContentProvider"
45 android:authorities="org.adblockplus.adblockplussbrowser.contentBloc ker.contentProvider" 39 android:authorities="org.adblockplus.adblockplussbrowser.contentBloc ker.contentProvider"
46 android:exported="true" /> 40 android:exported="true" />
47 </application> 41 </application>
48 42
49 </manifest> 43 </manifest>
OLDNEW
« 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