From d1737edc13864b2304763167720b27b68791e25a Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Wed, 5 Jan 2011 11:36:48 -0500 Subject: [PATCH] Do not merge. Cherry picked: Add an api to toggle content url access. By default, WebView allows access to content providers on the system. This setting allows applications to turn off content urls. Bug: 1196879 Change-Id: I49eaea6d7b9ccc3b3a4443d712222556087568c0 --- api/current.xml | 24 ++++++++++++++++++++++ core/java/android/webkit/BrowserFrame.java | 3 ++- core/java/android/webkit/FrameLoader.java | 3 ++- core/java/android/webkit/WebSettings.java | 21 ++++++++++++++++++- 4 files changed, 48 insertions(+), 3 deletions(-) diff --git a/api/current.xml b/api/current.xml index 6371a3222240f..38ee9f635942e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -232537,6 +232537,17 @@ visibility="public" > + + + + + +