Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea02a323 authored by Michael W's avatar Michael W
Browse files

vendor: Rename config_disabledComponents

* Follow the change in fw/b introducing the per-device disabling of
  components

Change-Id: Ie729c637c86f733ed7bdcc6fd3e3391acb4c01e3
parent fc4f4b2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
    <bool name="config_cellBroadcastAppLinks">true</bool>

    <!-- Disable stock OTA components if installed -->
    <string-array name="config_disabledComponents" translatable="false">
    <string-array name="config_globallyDisabledComponents" translatable="false">
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCodeReceiver</item>