Remove an unused string res from symbols.xml

This is a follow up CL to my previous CL [1], which removed the string
resource

  notification_channel_virtual_keyboard

but forgot to remove it from symbols.xml.

This CL also removes it from symbols.xml.

 [1]: I3b09d2b05ba9bde686b360b9f720b5d4258551c3
      e23a4c1328

Bug: 245989733
Fix: 254864236
Test: presubmit
Change-Id: I6f1cccca3ec1d594c1c8db82d846cc5bf9168354
This commit is contained in:
Yohei Yukawa
2022-10-21 11:28:05 -07:00
parent 103b288898
commit 34449e8985

View File

@@ -3723,7 +3723,6 @@
<java-symbol type="integer" name="config_maxUiWidth" />
<!-- system notification channels -->
<java-symbol type="string" name="notification_channel_virtual_keyboard" />
<java-symbol type="string" name="notification_channel_physical_keyboard" />
<java-symbol type="string" name="notification_channel_security" />
<java-symbol type="string" name="notification_channel_car_mode" />