click: Some small cleanups in a couple of overlay configs
Change-Id: Id48487630a491e00ae956df925bfad097ce40af9
This commit is contained in:
parent
3465f1b281
commit
7f0d83784e
@ -80,10 +80,6 @@
|
||||
<!-- Component name of the service providing geocoder API support. -->
|
||||
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
|
||||
|
||||
<!-- Handle notifications differently if device only uses an amber/green
|
||||
LED. This also needs a liblights module that enables them accordingly. -->
|
||||
<bool name="config_amber_green_light">false</bool>
|
||||
|
||||
<!-- Configure rotary bottom margin -->
|
||||
<integer name="config_rotaryMarginBottomDIP">0</integer>
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
|
||||
<mms_config version="4">
|
||||
<!-- Maximum message size in bytes for a MMS message -->
|
||||
<int name="maxMessageSize">0307200</int>
|
||||
<int name="maxMessageSize">307200</int>
|
||||
|
||||
<!-- Maximum height for an attached image -->
|
||||
<int name="maxImageHeight">0768</int>
|
||||
<int name="maxImageHeight">768</int>
|
||||
|
||||
<!-- Maximum width for an attached image -->
|
||||
<int name="maxImageWidth">1024</int>
|
||||
|
Loading…
Reference in New Issue
Block a user