From 8369df095a73a77b3715f8ae7ba06089cebca4ce Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Wed, 3 May 2017 10:27:13 -0700 Subject: This change reflects the Dialer V10 RC00 branch. RC00 is based on: branch: dialer-android_release_branch/153304843.1 synced to: 153304843 following the instructions at go/dialer-aosp-release. In this release: * Removes final apache sources. * Uses native lite compilation. More drops will follow with subsequent release candidates until we reach our final v10 release, in cadence with our prebuilt drops. Test: TreeHugger, on device Change-Id: Ic9684057230f9b579c777820c746cd21bf45ec0f --- .../notification/NotificationChannelManager.java | 2 +- .../notification/res/values-b+sr+Latn/strings.xml | 26 ++++++++++++++++++++++ .../android/dialer/notification/res/values/ids.xml | 3 ++- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 java/com/android/dialer/notification/res/values-b+sr+Latn/strings.xml (limited to 'java/com/android/dialer/notification') diff --git a/java/com/android/dialer/notification/NotificationChannelManager.java b/java/com/android/dialer/notification/NotificationChannelManager.java index b795ffe5d..db7ded781 100644 --- a/java/com/android/dialer/notification/NotificationChannelManager.java +++ b/java/com/android/dialer/notification/NotificationChannelManager.java @@ -159,7 +159,7 @@ public class NotificationChannelManager { "Null PhoneAccountHandle with channel " + channelName); } - Uri silentRingtone = Uri.parse(""); + Uri silentRingtone = Uri.EMPTY; CharSequence name; int importance; diff --git a/java/com/android/dialer/notification/res/values-b+sr+Latn/strings.xml b/java/com/android/dialer/notification/res/values-b+sr+Latn/strings.xml new file mode 100644 index 000000000..c5fd5e7fa --- /dev/null +++ b/java/com/android/dialer/notification/res/values-b+sr+Latn/strings.xml @@ -0,0 +1,26 @@ + + + + + "Dolazni pozivi" + "Pozivi u toku" + "Propušteni pozivi" + "Govorne poruke" + "Spoljni pozivi" + "Razno" + diff --git a/java/com/android/dialer/notification/res/values/ids.xml b/java/com/android/dialer/notification/res/values/ids.xml index 6bdb489a7..dc071e2ed 100644 --- a/java/com/android/dialer/notification/res/values/ids.xml +++ b/java/com/android/dialer/notification/res/values/ids.xml @@ -19,7 +19,8 @@ - + + -- cgit v1.2.3