summaryrefslogtreecommitdiff
path: root/chromium
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2014-09-25 08:29:45 +0100
committerBen Murdoch <benm@google.com>2014-09-25 11:10:53 +0000
commit006da527f203d087081d5b9f9b60813271f8f4b5 (patch)
tree94d476cc2c3a5af0f85df9e9b09903e5ddd76b75 /chromium
parentf9b947672c4b266df5b64dec0c9465c7f7bf215e (diff)
downloadwebview-006da527f203d087081d5b9f9b60813271f8f4b5.tar.gz
WebView does not require a touch screen.
Ensure devices that don't have a touchscreen are not prevented from getting a WebView update. Bug: 16902981 Change-Id: I423c5c3cdff549b2ecfee532ada820545b0d1c5d (cherry picked from commit 85e03c0a49a3cde16fa723bb90dc64868fbe3886) (cherry picked from commit 28e69d76d3f551659d9dc3d34c17477d1b6f843a)
Diffstat (limited to 'chromium')
-rw-r--r--chromium/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/AndroidManifest.xml b/chromium/AndroidManifest.xml
index 8d57481..2d587d0 100644
--- a/chromium/AndroidManifest.xml
+++ b/chromium/AndroidManifest.xml
@@ -19,6 +19,10 @@
<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">