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

Side by Side Diff: AndroidManifest.xml

Issue 29339199: Issue 3846 - Add notification for users using an old SBrowser version (Closed)
Patch Set: ...AndProceed Created April 12, 2016, 1:32 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
« no previous file with comments | « no previous file | res/raw/sbrowser_dialog.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
4 android:versionCode="6" 4 android:versionCode="6"
5 android:versionName="1.0.1" > 5 android:versionName="1.0.1" >
6 6
7 <uses-sdk 7 <uses-sdk
8 android:minSdkVersion="23" 8 android:minSdkVersion="21"
9 android:targetSdkVersion="23" /> 9 android:targetSdkVersion="23" />
10 10
11 <uses-permission android:name="com.samsung.android.sbrowser.permission.CONTE NTBLOCKER" /> 11 <uses-permission android:name="com.samsung.android.sbrowser.permission.CONTE NTBLOCKER" />
12 <uses-permission android:name="android.permission.INTERNET" /> 12 <uses-permission android:name="android.permission.INTERNET" />
13 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 13 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
14 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> 14 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
15 15
16 <application 16 <application
17 android:allowBackup="true" 17 android:allowBackup="true"
18 android:icon="@drawable/ic_launcher" 18 android:icon="@drawable/ic_launcher"
(...skipping 21 matching lines...) Expand all
40 40
41 <service android:name="org.adblockplus.sbrowser.contentblocker.engine.En gineService" /> 41 <service android:name="org.adblockplus.sbrowser.contentblocker.engine.En gineService" />
42 42
43 <provider 43 <provider
44 android:name="org.adblockplus.sbrowser.contentblocker.ContentBlocker ContentProvider" 44 android:name="org.adblockplus.sbrowser.contentblocker.ContentBlocker ContentProvider"
45 android:authorities="org.adblockplus.adblockplussbrowser.contentBloc ker.contentProvider" 45 android:authorities="org.adblockplus.adblockplussbrowser.contentBloc ker.contentProvider"
46 android:exported="true" /> 46 android:exported="true" />
47 </application> 47 </application>
48 48
49 </manifest> 49 </manifest>
OLDNEW
« no previous file with comments | « no previous file | res/raw/sbrowser_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld