Index: chrome/android/java_staging/AndroidManifest.xml |
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml |
index 46a755f5c2415008077f25255c1965d262551766..8f29043491410f8befd3555dd82921379d8e17ab 100644 |
--- a/chrome/android/java_staging/AndroidManifest.xml |
+++ b/chrome/android/java_staging/AndroidManifest.xml |
@@ -350,6 +350,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" |
palmer
2015/06/17 21:55:17
As declared, any other package on the device could
Bernhard Bauer
2015/06/18 09:08:53
The problem with declaring a permission is that th
|
+ 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" |