From 3f4ecd4abce93901666a6c034fa4bf41e4d30e3f Mon Sep 17 00:00:00 2001 From: Christine Franks Date: Wed, 10 May 2023 14:50:54 +0000 Subject: [PATCH] Allow context sync to make emergency calls Also, switch from the deprecated permission to the updated permission for the ConnectionService. Bug: 281832191 Test: n/a Change-Id: I64e8bf2adba7218f940cbe0f0fb0fe48d4163efe --- core/res/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7e0a36d30771b..2a6e287cbb2ad 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -863,6 +863,7 @@ android:label="@string/permlab_readContacts" android:description="@string/permdesc_readContacts" android:protectionLevel="dangerous" /> + +