Index: chrome/android/java/AndroidManifest.xml |
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
index 6596e0eb5a166d47cea8fe35d657d03f45225df0..66bef40905a1237da39da1c097a51e150bab1c51 100644 |
--- a/chrome/android/java/AndroidManifest.xml |
+++ b/chrome/android/java/AndroidManifest.xml |
@@ -254,7 +254,7 @@ by a child template that "extends" this file. |
android:theme="@android:style/Theme.NoDisplay" |
android:taskAffinity="" |
android:excludeFromRecents="true" |
- android:exported="false" /> |
Theresa
2016/09/08 23:14:37
This activity should not be exported because it al
Theresa
2016/09/08 23:17:04
Looks accidental (possibly testing things for me)?
|
+ android:exported="true" /> |
<!-- Upgrade related --> |
<activity android:name="org.chromium.chrome.browser.upgrade.UpgradeActivity" |