Fix system crash when Play Store is self-updating

This commit is contained in:
Howard Wu 2023-05-17 02:33:40 +08:00
parent 94632581d5
commit 7a33f97d19
2 changed files with 2 additions and 4 deletions

View File

@ -18,8 +18,7 @@
-->
<config>
<component-override package="com.android.vending">
<!-- Conflicts with WSA's built-in package verifier, disable to prevent boot loops. -->
<component class="com.google.android.finsky.verifier.impl.PackageVerificationReceiver" enabled="false" />
<component class="com.google.android.finsky.verifier.impl.api.safetynet.PackageVerificationApiService" enabled="false" />
<component class="com.google.android.finsky.verifier.impl.PackageVerificationService" enabled="false" />
</component-override>
</config>

View File

@ -18,8 +18,7 @@
-->
<config>
<component-override package="com.android.vending">
<!-- Conflicts with WSA's built-in package verifier, disable to prevent boot loops. -->
<component class="com.google.android.finsky.verifier.impl.PackageVerificationReceiver" enabled="false" />
<component class="com.google.android.finsky.verifier.impl.api.safetynet.PackageVerificationApiService" enabled="false" />
<component class="com.google.android.finsky.verifier.impl.PackageVerificationService" enabled="false" />
</component-override>
</config>