AUTOMATED - new files under control 123.0.6312.46
This commit is contained in:
@@ -407,7 +407,7 @@ by a child template that "extends" this file.
|
||||
<!-- The singleInstancePerTask launch mode is required by Samsung OS to determine
|
||||
support for multi-instance in the drag & drop use case. See b/232168063 for
|
||||
future reference. -->
|
||||
<activity android:name="org.chromium.chrome.browser.DragAndDropLauncherActivity"
|
||||
<activity android:name="org.chromium.chrome.browser.dragdrop.DragAndDropLauncherActivity"
|
||||
android:theme="@style/LauncherTheme"
|
||||
android:taskAffinity=""
|
||||
android:excludeFromRecents="true"
|
||||
@@ -606,6 +606,11 @@ by a child template that "extends" this file.
|
||||
android:theme="@style/Theme.AppCompat.NoActionBar">
|
||||
</activity>
|
||||
{% endif %}
|
||||
<activity android:name="org.chromium.chrome.browser.signin.SigninAndHistoryOptInActivity"
|
||||
android:theme="@style/Theme.Chromium.SigninAndHistoryOptInActivity"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
|
||||
android:exported="false">
|
||||
</activity>
|
||||
<activity android:name="org.chromium.chrome.browser.signin.SyncConsentActivity"
|
||||
android:theme="@style/Theme.Chromium.DialogWhenLarge"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
|
||||
@@ -1015,6 +1020,9 @@ by a child template that "extends" this file.
|
||||
<intent-filter>
|
||||
<action android:name="org.chromium.chrome.browser.notifications.CLICK_NOTIFICATION" />
|
||||
<action android:name="org.chromium.chrome.browser.notifications.CLOSE_NOTIFICATION" />
|
||||
<action android:name="org.chromium.chrome.browser.notifications.PRE_UNSUBSCRIBE" />
|
||||
<action android:name="org.chromium.chrome.browser.notifications.UNDO_UNSUBSCRIBE" />
|
||||
<action android:name="org.chromium.chrome.browser.notifications.COMMIT_UNSUBSCRIBE" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user