diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-26 14:11:50 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-09-26 14:11:50 -0700 |
commit | ddc9b504e0d6954d1178576c24ef2beabf05c451 (patch) | |
tree | fa48d61795e4be5d1fb84d94608b6d2c2e0a3a1e | |
parent | b573578d8e1fe1304a0cd15a0415cdd31b4dc6a7 (diff) | |
download | device_samsung_tuna-ddc9b504e0d6954d1178576c24ef2beabf05c451.zip device_samsung_tuna-ddc9b504e0d6954d1178576c24ef2beabf05c451.tar.gz device_samsung_tuna-ddc9b504e0d6954d1178576c24ef2beabf05c451.tar.bz2 |
Change Prime default screen timeout to 30 seconds.
Bug: 5373906
Change-Id: Ibbdc28329385bccd0b92870c7787e3d9058fc6d0
-rw-r--r-- | overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml new file mode 100644 index 0000000..1e32354 --- /dev/null +++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * 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. + */ +--> +<resources> + <!-- Screen timeout default = 30 seconds --> + <integer name="def_screen_off_timeout">30000</integer> +</resources> |