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

Unified Diff: libadblockplus-android-webviewapp/AndroidManifest.xml

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: addressed comments Created Jan. 29, 2018, 11:04 a.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: libadblockplus-android-webviewapp/AndroidManifest.xml
diff --git a/libadblockplus-android-webviewapp/AndroidManifest.xml b/libadblockplus-android-webviewapp/AndroidManifest.xml
deleted file mode 100644
index aec17df057f25c5b33b590a76364eb30dbbe7c2e..0000000000000000000000000000000000000000
--- a/libadblockplus-android-webviewapp/AndroidManifest.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.adblockplus.libadblockplus.android.webviewapp">
-
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="21"/>
-
- <uses-permission android:name="android.permission.INTERNET"/>
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
-
- <application
- android:icon="@drawable/icon"
- android:name=".Application"
- android:supportsRtl="true"
- android:label="@string/app_name">
-
- <!-- main -->
- <activity
- android:name=".MainActivity"
- android:label="@string/app_name"
- android:launchMode="singleTop">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
-
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
-
- <!-- settings -->
- <activity
- android:name=".SettingsActivity"
- android:label="@string/settings_name"
- android:theme="@android:style/Theme.DeviceDefault.Light"/>
- </application>
-
-</manifest>

Powered by Google App Engine
This is Rietveld