Setting in Sound & Display for trackball pulsing on notification. Bug #2238250
This commit is contained in:
21
res/values/bools.xml
Normal file
21
res/values/bools.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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>
|
||||
<!-- Whether or not there is a notification led that is too intrusive to be pulsing
|
||||
constantly -->
|
||||
<bool name="has_intrusive_led">false</bool>
|
||||
</resources>
|
||||
@@ -877,6 +877,10 @@
|
||||
<string name="notification_sound_title">Notification ringtone</string>
|
||||
<!-- Sound settings screen, setting option summary text -->
|
||||
<string name="notification_sound_summary">Set your default notification ringtone</string>
|
||||
<!-- Sound settings screen, notification light repeat pulsing title -->
|
||||
<string name="notification_pulse_title">Pulse notification light</string>
|
||||
<!-- Sound settings screen, notification light repeat pulsing summary -->
|
||||
<string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
|
||||
<!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
|
||||
<string name="incoming_call_volume_title">Incoming call volume</string>
|
||||
<!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
|
||||
|
||||
Reference in New Issue
Block a user