lineage: overlay: Disable OtaUpdateActivity component

If a device overrides BUILD_FINGERPRINT with one from stock
the user will be not be able to proceed through SetupWizard
if there is an update available for that device.

Change-Id: I72d59bb30df52048bd099f20bcda4ac64822cc30
(cherry picked from commit 590d01605f2dafce49df2cc0fc528e55eb61f1a8)
This commit is contained in:
Alexander Koskovich
2023-12-29 01:41:58 -05:00
committed by Bruno Martins
parent 12c5c7233e
commit d549cc0330

View File

@@ -27,5 +27,6 @@
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity</item> <item>com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateGcmTaskService</item> <item>com.google.android.gms/com.google.android.gms.update.SystemUpdateGcmTaskService</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item> <item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item>
<item>com.google.android.setupwizard/com.google.android.setupwizard.update.OtaUpdateActivity</item>
</string-array> </string-array>
</resources> </resources>