mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: xml: format using xmllint
This commit is contained in:
parent
7d313f6d93
commit
9b2915e070
92 changed files with 6371 additions and 7254 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -17,26 +17,19 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<bool name="def_screen_brightness_automatic_mode">false</bool>
|
||||
|
||||
<!-- Comma-separated list of bluetooth, wifi, and cell. -->
|
||||
<string name="def_airplane_mode_radios" translatable="false">cell</string>
|
||||
|
||||
<!-- 60 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">60000</integer>
|
||||
|
||||
<!-- Disable bluetooth by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
|
||||
<!-- Disable dial pad tones by default -->
|
||||
<bool name="def_dtmf_tones_enabled">false</bool>
|
||||
|
||||
<!-- Disable screen locking sounds by default -->
|
||||
<integer name="def_lockscreen_sounds_enabled">1</integer>
|
||||
|
||||
<!-- Enable vibrate for calls by default -->
|
||||
<bool name="def_vibrate_when_ringing">true</bool>
|
||||
|
||||
<!-- Enable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">true</bool>
|
||||
<bool name="def_screen_brightness_automatic_mode">false</bool>
|
||||
<!-- Comma-separated list of bluetooth, wifi, and cell. -->
|
||||
<string name="def_airplane_mode_radios" translatable="false">cell</string>
|
||||
<!-- 60 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">60000</integer>
|
||||
<!-- Disable bluetooth by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
<!-- Disable dial pad tones by default -->
|
||||
<bool name="def_dtmf_tones_enabled">false</bool>
|
||||
<!-- Disable screen locking sounds by default -->
|
||||
<integer name="def_lockscreen_sounds_enabled">1</integer>
|
||||
<!-- Enable vibrate for calls by default -->
|
||||
<bool name="def_vibrate_when_ringing">true</bool>
|
||||
<!-- Enable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -16,18 +16,14 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<bool name="doze_display_state_supported">false</bool>
|
||||
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
<bool name="doze_display_state_supported">false</bool>
|
||||
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
Leave 1 if you have mA, put 1000 if you have µA -->
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_end">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_top">1.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">23.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
|
||||
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_end">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_top">1.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">23.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- If true, SCO sample rate will be reported via g_sco_samplerate audio parameter -->
|
||||
<bool name="sco_report_samplerate">true</bool>
|
||||
<!-- If true, SCO sample rate will be reported via g_sco_samplerate audio parameter -->
|
||||
<bool name="sco_report_samplerate">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -13,18 +13,15 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- NOTE: Many variables that used to be in this file have been migrated to
|
||||
CarrierConfigManager.java. Please consider whether new variables belong
|
||||
there before adding to this file. Variables here should be more closely
|
||||
related to devices than to networks. -->
|
||||
|
||||
<!-- Phone app resources that may need to be customized
|
||||
for different hardware or product builds. -->
|
||||
<resources>
|
||||
<!-- Flag indicating if hac is enabled -->
|
||||
<bool name="hac_enabled">true</bool>
|
||||
|
||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||
<string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
|
||||
<!-- Flag indicating if hac is enabled -->
|
||||
<bool name="hac_enabled">true</bool>
|
||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||
<string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue