Index: chrome/android/java_staging/AndroidManifest.xml |
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml |
index 17a0d0a5f8421d57851dfe7cb738cf100e7bf888..8f7c53dcce83f1bd030aff17a5eb828e73a5d343 100644 |
--- a/chrome/android/java_staging/AndroidManifest.xml |
+++ b/chrome/android/java_staging/AndroidManifest.xml |
@@ -349,6 +349,12 @@ by a child template that "extends" this file. |
android:excludeFromRecents="true"> |
</activity> |
+ <activity android:name="org.chromium.chrome.browser.child_accounts.ResetDataActivity" |
aurimas (slooooooooow)
2015/06/09 17:45:03
We are exporting this and we will always have to s
|
+ android:theme="@style/Transparent" |
+ android:exported="true" |
+ android:excludeFromRecents="true"> |
+ </activity> |
+ |
<activity android:name="org.chromium.chrome.browser.document.CipherKeyActivity" |
android:launchMode="singleInstance" |
android:theme="@android:style/Theme.Translucent.NoTitleBar" |