Fix translateable -> translatable in .xml files
Fix translateable -> translatable in .xml files. The attribute
must be correctly named to influence behavior.
Bug: 119884572
Bug: 119941330
Test: build only
Change-Id: I59b17e914f90cab495c1e7be3c14b0423da73b43
(cherry picked from commit 70ffd663aa)
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
|
||||
<!-- Max number of Bluetooth tethering connections allowed. If this is
|
||||
updated config_tether_dhcp_range has to be updated appropriately. -->
|
||||
<integer translateable="false" name="config_max_pan_devices">5</integer>
|
||||
<integer translatable="false" name="config_max_pan_devices">5</integer>
|
||||
|
||||
<!-- Dhcp range (min, max) to use for tethering purposes -->
|
||||
<string-array translatable="false" name="config_tether_dhcp_range">
|
||||
|
||||
Reference in New Issue
Block a user