diff options
| author | 2013-04-26 15:56:15 -0700 | |
|---|---|---|
| committer | 2013-04-26 15:56:15 -0700 | |
| commit | 9e69a2ced4e11f74ee979390c3f58ec4318a16c3 (patch) | |
| tree | ba07c00c403cb427f68abb7a6fa0a148724eb067 | |
| parent | 3a3f47e53188f15a68d22392958ede741d71fa0f (diff) | |
| parent | 03ce5b536647853cbfa65357760f3fb246b85e36 (diff) | |
am 03ce5b53: Fix build.
* commit '03ce5b536647853cbfa65357760f3fb246b85e36':
Fix build.
| -rw-r--r-- | tools/preload/Policy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preload/Policy.java b/tools/preload/Policy.java index 86e660be346a..ca0291bb9a67 100644 --- a/tools/preload/Policy.java +++ b/tools/preload/Policy.java @@ -70,7 +70,7 @@ public class Policy { "android.os.AsyncTask", "android.pim.ContactsAsyncHelper", "android.webkit.WebViewClassic$1", - "java.lang.ProcessManager", + "java.lang.ProcessManager" )); /** |