summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-01-15 18:59:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-15 18:59:01 +0000
commit3e7324080e9c65b24152a4d462a52dc38384d5b6 (patch)
tree5fc0d03ce94482cb89d68327535a016f533c77a0 /AndroidManifest.xml
parent4dc4a821b51b109934f6f29a5eda23b4365a8e89 (diff)
parent61bd6fdc5c514f94ab96f6f36bdc469268622b21 (diff)
downloadandroid_packages_apps_Dialer-3e7324080e9c65b24152a4d462a52dc38384d5b6.tar.gz
android_packages_apps_Dialer-3e7324080e9c65b24152a4d462a52dc38384d5b6.tar.bz2
android_packages_apps_Dialer-3e7324080e9c65b24152a4d462a52dc38384d5b6.zip
Merge "Changes needed to make Incoming calls work while fbe locked" into ub-contactsdialer-b-dev
am: 61bd6fdc5c * commit '61bd6fdc5c514f94ab96f6f36bdc469268622b21': Changes needed to make Incoming calls work while fbe locked
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f6aa4aad4..596c48609 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -296,7 +296,8 @@
android:launchMode="singleInstance"
android:configChanges="keyboardHidden"
android:exported="false"
- android:screenOrientation="nosensor" >
+ android:screenOrientation="nosensor"
+ android:encryptionAware="true" >
</activity>
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
@@ -304,7 +305,8 @@
android:exported="false" />
<service android:name="com.android.incallui.InCallServiceImpl"
- android:permission="android.permission.BIND_INCALL_SERVICE" >
+ android:permission="android.permission.BIND_INCALL_SERVICE"
+ android:encryptionAware="true" >
<meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
<intent-filter>
<action android:name="android.telecom.InCallService"/>