[AUTO][FILECONTROL] - version 144.0.7559.76
This commit is contained in:
committed by
github-actions[bot]
parent
c713b95df6
commit
e447987993
@@ -397,6 +397,17 @@ by a child template that "extends" this file.
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="org.chromium.chrome.browser.media.DocumentPictureInPictureActivity"
|
||||
android:exported="false"
|
||||
android:noHistory="true"
|
||||
android:theme="@style/Theme.Chromium.Activity"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges=
|
||||
"screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
{{ self.supports_video_persistence() }}
|
||||
>
|
||||
</activity>
|
||||
|
||||
<activity android:name="org.chromium.chrome.browser.media.PictureInPictureActivity"
|
||||
android:exported="false"
|
||||
android:noHistory="true"
|
||||
@@ -993,14 +1004,6 @@ by a child template that "extends" this file.
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- GcmTaskService for registration for Invalidations. Not actually implemented anymore. -->
|
||||
<service android:name="com.google.ipc.invalidation.ticl.android2.channel.GcmRegistrationTaskService"
|
||||
android:exported="true"
|
||||
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" >
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<!-- GcmListenerService for messages from GCM. -->
|
||||
<service android:name="org.chromium.chrome.browser.services.gcm.ChromeGcmListenerService"
|
||||
android:exported="false" >
|
||||
@@ -1048,15 +1051,6 @@ by a child template that "extends" this file.
|
||||
android:exported="false"
|
||||
android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
|
||||
<!-- GcmTaskService implementation to wake Chrome on scheduled events -->
|
||||
<service android:name="org.chromium.chrome.browser.ChromeBackgroundService"
|
||||
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService"
|
||||
android:exported="true"
|
||||
tools:ignore="ExportedService">
|
||||
@@ -1229,6 +1223,17 @@ by a child template that "extends" this file.
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" >
|
||||
</activity>
|
||||
|
||||
<!-- This activity is Android P- only which is not supported by Chrome now. -->
|
||||
<activity
|
||||
android:name="androidx.biometric.internal.ui.FingerprintDialogActivity"
|
||||
tools:node="remove">
|
||||
</activity>
|
||||
|
||||
<!-- Disabled via CastOptionsProvider. -->
|
||||
<service
|
||||
android:name="com.google.android.gms.cast.framework.ReconnectionService"
|
||||
tools:node="remove" />
|
||||
|
||||
<property android:name="android.adservices.AD_SERVICES_CONFIG"
|
||||
android:resource="@xml/ad_services_config" />
|
||||
|
||||
@@ -1408,6 +1413,7 @@ by a child template that "extends" this file.
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
tools:node="remove">
|
||||
</provider>
|
||||
|
||||
<!-- We call FirebaseApp.initializeApp() explicitly rather than relying on this hook for better control over when it happens. -->
|
||||
<provider
|
||||
android:name="com.google.firebase.provider.FirebaseInitProvider"
|
||||
|
||||
Reference in New Issue
Block a user