Index: chrome/android/java/AndroidManifest.xml |
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
index 8ecd63f52e0c36c3dec74b2dd61e14eef0a50166..6da94fdbb52240897793f7e9f42c0e1f2d17f1ea 100644 |
--- a/chrome/android/java/AndroidManifest.xml |
+++ b/chrome/android/java/AndroidManifest.xml |
@@ -352,6 +352,12 @@ by a child template that "extends" this file. |
android:excludeFromRecents="true"> |
</activity> |
+ <activity android:name="org.chromium.chrome.browser.childaccounts.ResetDataActivity" |
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" |
+ 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" |