[AUTO][FILECONTROL] - version 130.0.6723.44
This commit is contained in:
committed by
github-actions[bot]
parent
5a4953031c
commit
bb5f9d0c5d
@@ -193,7 +193,7 @@ by a child template that "extends" this file.
|
||||
android:zygotePreloadName="{{ zygote_preload_class }}"
|
||||
{% if backup_key is defined %}
|
||||
android:allowBackup="true"
|
||||
android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent"
|
||||
android:backupAgent="org.chromium.chrome.browser.backup.ChromeBackupAgent"
|
||||
android:fullBackupOnly="false"
|
||||
android:restoreAnyVersion="true"
|
||||
{% else %}
|
||||
@@ -1199,7 +1199,9 @@ by a child template that "extends" this file.
|
||||
<property android:name="android.window.PROPERTY_ACTIVITY_STARTS_IN_IMMERSIVE_XR"
|
||||
android:value="true" />
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.XR" />
|
||||
<category android:name="org.khronos.openxr.intent.category.IMMERSIVE_HMD" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
{% endif %}
|
||||
@@ -1329,6 +1331,11 @@ 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"
|
||||
tools:node="remove">
|
||||
</provider>
|
||||
|
||||
<!-- The Play Core library added support for Play Asset Delivery (PAD), which is primarily
|
||||
used by game apps to allow dynamic delivery of resource bundles. Since chrome does not
|
||||
|
||||
Reference in New Issue
Block a user