Skip to content

Commit

Permalink
Fix system crash when Play Store is self-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed May 16, 2023
1 parent 9463258 commit 7a33f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions arm64/gapps/product/etc/sysconfig/component-overrides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
3 changes: 1 addition & 2 deletions x64/gapps/product/etc/sysconfig/component-overrides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7a33f97

Please sign in to comment.