summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-10-13 09:31:01 -0700
committerMartijn Coenen <maco@google.com>2011-10-17 17:55:11 -0700
commitf955ec07aefda9d15b9a64afabedd8d927e0aff7 (patch)
treefa34041d7f6da87ffe87961733d2ce6c03c9d21e /AndroidManifest.xml
parent90e1b000b385d7fa11481ddca4d61d6b425d7579 (diff)
downloadpackages_apps_nfc-f955ec07aefda9d15b9a64afabedd8d927e0aff7.zip
packages_apps_nfc-f955ec07aefda9d15b9a64afabedd8d927e0aff7.tar.gz
packages_apps_nfc-f955ec07aefda9d15b9a64afabedd8d927e0aff7.tar.bz2
Start all NFC activities from a dedicated root task.
Instead of launching NFC into existing tasks, always launch into a clean task that is owned and controlled by the NFC process. Bug: 5122560 Change-Id: Iea6022bb754bcc46e7ab3adb1b9ccc7fe20797e3
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2f9e5a6..38dd575 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,5 +41,10 @@
android:excludeFromRecents="true"
android:multiprocess="true"
/>
+ <activity android:name="com.android.nfc.NfcRootActivity"
+ android:theme="@*android:style/Theme.Translucent.NoTitleBar"
+ android:excludeFromRecents="true"
+ android:noHistory="true"
+ />
</application>
</manifest>