This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
import tornado.httpserver | |
import tornado.ioloop | |
import tornado.options | |
import tornado.web | |
import tornado.httpclient | |
import tornado.gen | |
from tornado.concurrent import run_on_executor | |
from concurrent.futures import ThreadPoolExecutor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/frameworks/webview/chromium/java/com/android/webview/chromium/WebViewChromium.java b/frameworks/webview/chromium/java/com/android/webview/chromium/WebViewChromium.java | |
index efeabf9..064ebb0 100644 | |
--- a/frameworks/webview/chromium/java/com/android/webview/chromium/WebViewChromium.java | |
+++ b/frameworks/webview/chromium/java/com/android/webview/chromium/WebViewChromium.java | |
@@ -16,6 +16,9 @@ | |
package com.android.webview.chromium; | |
+import android.app.ActivityThread; | |
+import android.content.pm.IPackageManager; |