diff options
| author | 2022-10-21 11:28:05 -0700 | |
|---|---|---|
| committer | 2022-10-21 11:28:05 -0700 | |
| commit | 34449e89851c25772f6af431bbee9675f38f91ca (patch) | |
| tree | 917df3dd000e5fb89bafe650bc1f5b619f65f4ec | |
| parent | 103b28889824f0908e4693f72d2e01e0d267ca5f (diff) | |
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
e23a4c132897423f2b3fa5be3f57b49256bec8b3
Bug: 245989733
Fix: 254864236
Test: presubmit
Change-Id: I6f1cccca3ec1d594c1c8db82d846cc5bf9168354
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index fc55ed2fe443..faabfeaee3b7 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -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" /> |