From 6773df0b1a6f8fd7f50c7ddc7a0fcf21c9df0253 Mon Sep 17 00:00:00 2001 From: Brandon Maxwell Date: Thu, 14 Jan 2016 15:31:42 -0800 Subject: Changes needed to make Incoming calls work while fbe locked + Necessary in-call components are marked as encryptionAware. + Added needed null checks since the filtered number table isn't available when fbe locked. Bug=26542121 Change-Id: I316cd62c1faec471356794db433b9f631f293c4f --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 91c91b940..67161ad5f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -294,7 +294,8 @@ android:launchMode="singleInstance" android:configChanges="keyboardHidden" android:exported="false" - android:screenOrientation="nosensor" > + android:screenOrientation="nosensor" + android:encryptionAware="true" > @@ -302,7 +303,8 @@ android:exported="false" /> + android:permission="android.permission.BIND_INCALL_SERVICE" + android:encryptionAware="true" > -- cgit v1.2.3