[AUTO][FILECONTROL] - version 138.0.7204.50

This commit is contained in:
uazo
2025-06-25 03:30:25 +00:00
committed by github-actions[bot]
parent a427cbd404
commit 264d8b8ef1
138 changed files with 4847 additions and 4793 deletions
@@ -628,8 +628,13 @@ by a child template that "extends" this file.
android:theme="@style/Theme.AppCompat.NoActionBar">
</activity>
{% endif %}
<!--
The windowSoftInputMode is set to adjustNothing to avoid visual glitch when the
fullscreen sign-in is started when a keyboard is shown on the screen. See https://crbug.com/414419626
-->
<activity android:name="org.chromium.chrome.browser.signin.SigninAndHistorySyncActivity"
android:theme="@style/Theme.Chromium.SigninAndHistorySyncActivity"
android:windowSoftInputMode="adjustNothing"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode"
android:exported="false">
</activity>
@@ -1002,6 +1007,9 @@ by a child template that "extends" this file.
<action android:name="org.chromium.chrome.browser.notifications.PRE_UNSUBSCRIBE" />
<action android:name="org.chromium.chrome.browser.notifications.SHOW_ORIGINAL_NOTIFICATION" />
<action android:name="org.chromium.chrome.browser.notifications.UNDO_UNSUBSCRIBE" />
<action android:name="org.chromium.chrome.browser.notifications.REPORT_AS_SAFE" />
<action android:name="org.chromium.chrome.browser.notifications.REPORT_WARNED_NOTIFICATION_AS_SPAM" />
<action android:name="org.chromium.chrome.browser.notifications.REPORT_UNWARNED_NOTIFICATION_AS_SPAM" />
</intent-filter>
</receiver>
@@ -1010,6 +1018,7 @@ by a child template that "extends" this file.
android:exported="false">
<intent-filter>
<action android:name="android.app.action.APP_BLOCK_STATE_CHANGED"/>
<action android:name="android.app.action.NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED" />
</intent-filter>
</receiver>
@@ -1201,7 +1210,7 @@ by a child template that "extends" this file.
{{ self.chrome_activity_common() }}
android:excludeFromRecents="true"
android:noHistory="true"
android:launchMode="singleTask"
android:launchMode="singleInstancePerTask"
android:exported="false"
android:resizeableActivity="false"
android:screenOrientation="landscape"