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

Side by Side Diff: adblock-android-webviewapp/AndroidManifest.xml

Issue 29782630: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created May 15, 2018, 9:30 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.libadblockplus.android.webviewapp"> 3 package="org.adblockplus.libadblockplus.android.webviewapp">
4 4
5 <uses-sdk 5 <uses-sdk
6 android:minSdkVersion="21" 6 android:minSdkVersion="21"
7 android:targetSdkVersion="21"/> 7 android:targetSdkVersion="21"/>
8 8
9 <uses-permission android:name="android.permission.INTERNET"/> 9 <uses-permission android:name="android.permission.INTERNET"/>
10 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 10 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
(...skipping 18 matching lines...) Expand all
29 </activity> 29 </activity>
30 30
31 <!-- settings --> 31 <!-- settings -->
32 <activity 32 <activity
33 android:name=".SettingsActivity" 33 android:name=".SettingsActivity"
34 android:label="@string/settings_name" 34 android:label="@string/settings_name"
35 android:theme="@android:style/Theme.DeviceDefault.Light"/> 35 android:theme="@android:style/Theme.DeviceDefault.Light"/>
36 </application> 36 </application>
37 37
38 </manifest> 38 </manifest>
OLDNEW

Powered by Google App Engine
This is Rietveld