summaryrefslogtreecommitdiff
path: root/tools/preload/Policy.java
diff options
context:
space:
mode:
author Kenny Root <kroot@google.com> 2013-04-26 12:53:57 -0700
committer Kenny Root <kroot@google.com> 2013-04-26 13:38:07 -0700
commit9787b80ea8331bce9be4c72b3dfb48c3e82f76a4 (patch)
tree985ad7388167fcbf69853e338738ce55f96e84a5 /tools/preload/Policy.java
parent22f6a60e62253436a4f7da1a5d59adc0f17534cc (diff)
Update preloaded classes
Bug: 5213043 Change-Id: I272500ce7f6ea6bfbc624c9705f8c8b8ef1aa0ad
Diffstat (limited to 'tools/preload/Policy.java')
-rw-r--r--tools/preload/Policy.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/preload/Policy.java b/tools/preload/Policy.java
index f557365694ea..86e660be346a 100644
--- a/tools/preload/Policy.java
+++ b/tools/preload/Policy.java
@@ -69,7 +69,8 @@ public class Policy {
// Threads
"android.os.AsyncTask",
"android.pim.ContactsAsyncHelper",
- "java.lang.ProcessManager"
+ "android.webkit.WebViewClassic$1",
+ "java.lang.ProcessManager",
));
/**