diff options
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6f3450f32..72e41dcab 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -262,7 +262,7 @@ fullScreenIntent of a notification (for incoming calls.) --> <activity android:name="com.android.incallui.InCallActivity" android:theme="@style/Theme.InCallScreen" - android:label="@string/inCallLabel" + android:label="@string/phoneAppLabel" android:excludeFromRecents="true" android:launchMode="singleInstance" android:screenOrientation="nosensor" |