Revert "Changes needed to make Incoming calls work while fbe locked"

This reverts commit 70b2cc2c5a9ca7f16c730f7329112416fee0fffd.

Change-Id: I9ad37bf5bebf9a302c96038385d420e1c8c5f19b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2ec57b9..91c91b9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -294,8 +294,7 @@
                   android:launchMode="singleInstance"
                   android:configChanges="keyboardHidden"
                   android:exported="false"
-                  android:screenOrientation="nosensor"
-                  android:encryptionAware="true">
+                  android:screenOrientation="nosensor" >
         </activity>
 
         <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
@@ -303,8 +302,7 @@
                   android:exported="false" />
 
         <service android:name="com.android.incallui.InCallServiceImpl"
-                 android:permission="android.permission.BIND_INCALL_SERVICE"
-                 android:encryptionAware="true">
+                 android:permission="android.permission.BIND_INCALL_SERVICE" >
             <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
             <intent-filter>
                 <action android:name="android.telecom.InCallService"/>