summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPaul Miller <paulmiller@google.com>2015-04-01 15:14:53 -0700
committerPaul Miller <paulmiller@google.com>2015-04-01 15:14:53 -0700
commite8a1b83fd379a2c4151e599f416d7fff494cce6e (patch)
treee9f3b3af25152d73be2a389e480b623569291d31 /AndroidManifest.xml
parent0de964c432318947188f61a7b80963c70a787d9b (diff)
downloadpackages_apps_Browser-e8a1b83fd379a2c4151e599f416d7fff494cce6e.zip
packages_apps_Browser-e8a1b83fd379a2c4151e599f416d7fff494cce6e.tar.gz
packages_apps_Browser-e8a1b83fd379a2c4151e599f416d7fff494cce6e.tar.bz2
Finish removing "inline" URI scheme
It was incompletely removed in 068e48b469f5abca53ee3da38f933cf2c25c93b8 Change-Id: Ie8816726cde8f898d69cd101cea66ddbb4b6e288
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6d1c822..a90468b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,7 +96,6 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="http" />
<data android:scheme="https" />
- <data android:scheme="inline" />
<data android:mimeType="text/html"/>
<data android:mimeType="text/plain"/>
<data android:mimeType="application/xhtml+xml"/>