Index: chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml |
diff --git a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml |
index 3703b7060961a37f49f0f9c595f89ed5917a5ac2..32070d0c229403a02799c0ab76146f5966f260e6 100644 |
--- a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml |
+++ b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml |
@@ -14,7 +14,7 @@ |
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
<application android:label="ChromeDriverWebviewShell" |
- android:icon="@drawable/icon" |
+ android:icon="@mipmap/icon" |
android:allowBackup="false"> |
<activity android:name=".Main" |
android:launchMode="singleTask" |