1 <?xml version="1.0" encoding="utf-8"?>
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
4 source code is governed by a BSD-style license that can be found in the
8 <!-- Please keep this in sync with the downstream android_webview manifest.
10 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
11 package="com.android.webview">
12 <uses-sdk android:minSdkVersion="21"
13 android:targetSdkVersion="21">
16 <uses-feature android:name="android.hardware.touchscreen"
17 android:required="false"/>
19 <application android:label="Android System WebView"
20 android:icon="@drawable/icon_webview"
21 android:multiArch="true">
22 <activity android:name="com.android.webview.chromium.LicenseActivity"
23 android:label="@string/license_activity_title"
26 <action android:name="android.settings.WEBVIEW_LICENSE" />
27 <category android:name="android.intent.category.DEFAULT" />
29 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
30 android:value="true" />
32 <provider android:name="com.android.webview.chromium.LicenseContentProvider"
33 android:exported="true"
34 android:authorities="com.android.webview.chromium.LicenseContentProvider" />