summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorGeorge Chang <georgekgchang@google.com>2020-06-16 15:59:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-16 15:59:44 +0000
commit5edb4ec862bc4e0b2d512dd097453bf9801aacaf (patch)
tree97df9245dcf3a2564ac11fcceaba927d1c6df6f5 /AndroidManifest.xml
parentdcdbfa64071f271a80d1375b3fd76480e75dea08 (diff)
parent2edd8c10b46361da196e8da1f1f6738a217c1934 (diff)
downloadplatform_packages_apps_Nfc-5edb4ec862bc4e0b2d512dd097453bf9801aacaf.tar.gz
platform_packages_apps_Nfc-5edb4ec862bc4e0b2d512dd097453bf9801aacaf.tar.bz2
platform_packages_apps_Nfc-5edb4ec862bc4e0b2d512dd097453bf9801aacaf.zip
Refine NfcBlockedNotification am: 2edd8c10b4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Nfc/+/11867586 Change-Id: I8adcf3a4fb6288d2b3f684468b2478db4e7242ec
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3e454a5e..b9242637 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -115,15 +115,6 @@
android:noHistory="true"
android:configChanges="orientation|keyboardHidden|screenSize"
/>
-
- <activity android:name=".NfcBlockedNotification"
- android:finishOnCloseSystemDialogs="true"
- android:excludeFromRecents="true"
- android:theme="@android:style/Theme.Translucent.NoTitleBar"
- android:noHistory="true"
- android:configChanges="orientation|keyboardHidden|screenSize"
- />
-
<activity android:name=".BeamShareActivity"
android:finishOnCloseSystemDialogs="true"
android:theme="@android:style/Theme.Translucent"