[AUTO][FILECONTROL] - version 142.0.7444.60

This commit is contained in:
uazo
2025-10-29 03:26:42 +00:00
committed by github-actions[bot]
parent 86a6475730
commit 106f3bbdd7
266 changed files with 4914 additions and 4593 deletions
@@ -402,8 +402,6 @@ by a child template that "extends" this file.
images in that case. -->
<activity-alias android:name="org.chromium.chrome.browser.media.AudioLauncherActivity"
android:targetActivity="org.chromium.chrome.browser.media.MediaLauncherActivity"
android:theme="@style/Theme.BrowserUI.NoDisplay"
android:excludeFromRecents="true"
android:exported="true"
android:enabled="false"><!-- This will be selectively enabled at runtime. -->
<intent-filter tools:ignore="AppLinkUrlError">
@@ -656,6 +654,12 @@ by a child template that "extends" this file.
android:label="@string/storage_management_activity_label"
android:exported="false">
</activity>
<activity
android:name="org.chromium.chrome.browser.chrome_item_picker.ChromeItemPickerActivity"
android:theme="@style/Theme.Chromium.WithWindowAnimation"
android:exported="false"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode">
</activity>
<!-- Activities for bookmarks. -->
<activity android:name="org.chromium.chrome.browser.app.bookmarks.BookmarkActivity"
@@ -682,10 +686,7 @@ by a child template that "extends" this file.
<!-- Activities for downloads. -->
<activity-alias android:name="org.chromium.chrome.browser.download.DownloadActivity"
android:targetActivity="org.chromium.chrome.browser.app.download.home.DownloadActivity"
android:theme="@style/Theme.Chromium.Activity.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
android:exported="false"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
android:exported="false">
</activity-alias>
<activity android:name="org.chromium.chrome.browser.app.download.home.DownloadActivity"
android:theme="@style/Theme.Chromium.Activity.Fullscreen"
@@ -776,8 +777,7 @@ by a child template that "extends" this file.
</activity>
<activity-alias android:name="com.google.android.apps.chrome.webapps.WebappActivity"
android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity"
android:label="@string/webapp_activity_title"
{{ self.supports_video_persistence() }} >
android:label="@string/webapp_activity_title">
</activity-alias>
<!-- Activities for WebAPKs. -->
<activity android:name="org.chromium.chrome.browser.webapps.SameTaskWebApkActivity"