vendor: Rename config_disabledComponents

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

Change-Id: Ie729c637c86f733ed7bdcc6fd3e3391acb4c01e3
gugelfrei
Michael W 5 years ago committed by Rashed Abdel-Tawab
parent cca50fea7a
commit 55548eb864

@ -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>

Loading…
Cancel
Save