From 41045b499a47c00459986c96bbbb28ffee2cbefc Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Wed, 5 Aug 2015 13:10:39 -0700 Subject: Allow a custom component to receive notification of missed call. By setting the custom component, the system notification is suppressed. Change-Id: Idfc0354aaa97776e19ad642e44a88978577559a9 --- res/values/config.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/values') diff --git a/res/values/config.xml b/res/values/config.xml index 365e7588..e474d7e9 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -38,4 +38,8 @@ false + + + -- cgit v1.2.3 From 88f900a518e2e5a21d39958793d2123962923172 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Fri, 6 Nov 2015 08:51:22 -0800 Subject: Make rerouting audio to speaker when docked configurable. Bug: 25485578 Change-Id: Ie2a04e9d96b9c1e3d8167679a1137b65bdad3379 --- res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/values') diff --git a/res/values/config.xml b/res/values/config.xml index e474d7e9..af8cb523 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -42,4 +42,7 @@ + + + true -- cgit v1.2.3 From 0a9cfab154483a2f2b1ef8aae0078f4ea64c0790 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 11 Dec 2015 14:35:05 -0800 Subject: Revert string resource to previous version. Reverting outgoing_call_not_allowed_user_restriction as the newest version doesn't make sense. Bug: 25005066 Change-Id: I65760624fd1159758659d38ec8f64c1aeac574a5 --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values') diff --git a/res/values/strings.xml b/res/values/strings.xml index 26df5748..cdae0039 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -85,7 +85,7 @@ - Only emergency calls are allowed by the device owner. + Only emergency calls are allowed. -- cgit v1.2.3