43 lines
1.9 KiB
XML
43 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
|
|
Not a Contribution.
|
|
|
|
Copyright (C) 2011 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
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="config_requiresScreenSaver">true</bool>
|
|
<bool name="config_dockAppEnabled">true</bool>
|
|
<bool name="config_rotateAlarmAlert">false</bool>
|
|
<!-- Default action for flip (turn face down) during alarm
|
|
0 means no action, 1 means snooze
|
|
2 means dismiss. -->
|
|
<integer name="config_defaultActionFlip">2</integer>
|
|
<!-- Default action for shake during alarm
|
|
0 means no action, 1 means snooze
|
|
2 means dismiss. -->
|
|
<integer name="config_defaultActionShake">0</integer>
|
|
|
|
<item type="integer" name="timer_column_count">1</item>
|
|
<!-- Number of world clocks in a row, for the clock tab. -->
|
|
<item type="integer" name="world_clocks_per_row">1</item>
|
|
<!-- Number of world clocks in a row, for the digital appwidget. -->
|
|
<item type="integer" name="appwidget_world_clocks_per_row">2</item>
|
|
<bool name="config_delayalarm">false</bool>
|
|
<bool name="config_ring_alarm_force">false</bool>
|
|
<bool name="config_silent_during_call">false</bool>
|
|
</resources>
|