summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authormariagpuyol <mariagpuyol@google.com>2016-03-24 18:33:42 -0700
committermariagpuyol <mariagpuyol@google.com>2016-03-24 18:33:46 -0700
commitecf06292c7a244fe803028e5254e184db614cb37 (patch)
treeb8da4b002a368f646e77b4551480b5e314f830ce /AndroidManifest.xml
parent77aaf38530e47a6e920940a048df153b1d5c5b2d (diff)
downloadandroid_packages_apps_EmergencyInfo-ecf06292c7a244fe803028e5254e184db614cb37.tar.gz
android_packages_apps_EmergencyInfo-ecf06292c7a244fe803028e5254e184db614cb37.tar.bz2
android_packages_apps_EmergencyInfo-ecf06292c7a244fe803028e5254e184db614cb37.zip
Allow one single instance of ViewInfoActivity
Bug:27844403 Change-Id: I4d777dd0fa2dcde57d68af6b36d84d57e3379178
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6cd350c..114ca21 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,7 +28,8 @@
<activity
android:name=".view.ViewInfoActivity"
android:theme="@style/AppThemeEmergency"
- android:showOnLockScreen="true">
+ android:showOnLockScreen="true"
+ android:launchMode="singleTask">
<intent-filter>
<action android:name="android.telephony.action.EMERGENCY_ASSISTANCE" />
<category android:name="android.intent.category.DEFAULT" />