1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2022, The Android Open Source Project. 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19<resources> 20 <bool name="def_accelerometer_rotation">false</bool> 21 22 <integer name="def_screen_off_timeout">15000</integer> 23 <bool name="def_lockscreen_disabled">false</bool> 24 <bool name="def_sound_effects_enabled">false</bool> 25 <integer name="def_power_sounds_enabled">0</integer> 26 <integer name="def_lockscreen_sounds_enabled">0</integer> 27 <integer name="def_dock_sounds_enabled">0</integer> 28 <integer name="def_dock_sounds_enabled_when_accessibility">1</integer> 29 <string name="def_location_providers_allowed" translatable="false">gps,network</string> 30 <string name="def_bluetooth_disabled_profiles">65536</string> 31 <bool name="def_accessibility_speak_password">true</bool> 32 <bool name="def_auto_time">false</bool> 33 <bool name="def_auto_time_zone">false</bool> 34 <bool name="def_mobile_data_always_on">false</bool> 35 <bool name="def_wifi_on">true</bool> 36 <bool name="def_wifi_wakeup_enabled">false</bool> 37 <bool name="def_vibrate_when_ringing">true</bool> 38 39 <!-- 40 Allows an on-screen keyboard to appear on the emulator by default. 41 There is no UI for this option within Settings for Wear. 42 --> 43 <bool name="def_show_ime_with_hard_keyboard">true</bool> 44</resources> 45