Index: android_webview/glue/java/AndroidManifest.xml |
diff --git a/android_webview/glue/java/AndroidManifest.xml b/android_webview/glue/java/AndroidManifest.xml |
deleted file mode 100644 |
index 175969b15b1cf66b0a2c6963a72a76561562fcc4..0000000000000000000000000000000000000000 |
--- a/android_webview/glue/java/AndroidManifest.xml |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<?xml version="1.0" encoding="utf-8"?> |
-<!-- |
- Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this |
- source code is governed by a BSD-style license that can be found in the |
- LICENSE file. |
---> |
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="com.android.webview"> |
- <uses-sdk android:minSdkVersion="21" |
- android:targetSdkVersion="21"> |
- </uses-sdk> |
- |
- <uses-feature android:name="android.hardware.touchscreen" |
- android:required="false"/> |
- |
- <application android:label="Android System WebView" |
- android:icon="@drawable/icon_webview" |
- android:multiArch="true"> |
- </application> |
-</manifest> |