[AUTO][FILECONTROL] - version 133.0.6943.60

This commit is contained in:
uazo
2025-02-07 02:56:02 +00:00
committed by github-actions[bot]
parent ae296a42b9
commit 8950c1c42b
328 changed files with 5544 additions and 5916 deletions
@@ -948,7 +948,13 @@ by a child template that "extends" this file.
android:excludeFromRecents="true"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode"
android:hardwareAccelerated="false" />
android:hardwareAccelerated="false">
<intent-filter>
<action android:name="android.intent.action.WEB_SEARCH" />
<!-- Permits Chrome to act as a default handler for WEB_SEARCH intents. -->
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<!-- GcmTaskService for registration for Invalidations. Not actually implemented anymore. -->
<service android:name="com.google.ipc.invalidation.ticl.android2.channel.GcmRegistrationTaskService"
@@ -1088,9 +1094,10 @@ by a child template that "extends" this file.
<!-- Activities for task manager. -->
<activity
android:name="org.chromium.chrome.browser.task_manager.TaskManagerActivity"
android:name="org.chromium.chrome.browser.task_manager.ui.TaskManagerActivity"
android:exported="false"
android:theme="@style/Theme.Chromium.Activity">
android:theme="@style/Theme.Chromium.Activity"
android:launchMode="singleInstance">
</activity>
<receiver android:name="org.chromium.chrome.browser.notifications.scheduler.DisplayAgent$Receiver"
@@ -1335,6 +1342,13 @@ by a child template that "extends" this file.
android:readPermission="android.permission.GLOBAL_SEARCH" />
</provider>
<provider
android:name="org.chromium.chrome.browser.provider.PageContentProvider"
android:authorities="{{ manifest_package }}.PageContentProvider"
android:exported="false"
android:grantUriPermissions="true">
</provider>
{% block base_application_definitions %}
{% endblock %}
{% block extra_application_definitions_for_test %}