AUTOMATED - new files under control 123.0.6312.46

This commit is contained in:
uazo
2024-03-14 02:28:35 +00:00
committed by GitHub
parent cd81f3a4c7
commit 6c0676eeb8
169 changed files with 1412 additions and 832 deletions
@@ -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>