summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Shao <johnshao@google.com>2022-02-24 22:20:11 +0000
committerJohn Shao <johnshao@google.com>2022-02-25 00:53:04 +0000
commitaf44f5ac3f3fb660c6646d62c6da9b988d767b36 (patch)
tree88086feac183f63ba0b7fff889023e315d050b7f /AndroidManifest.xml
parentff41bfee2c9c27f9212d683b3d1bfedd5adcd3fe (diff)
downloadContacts-af44f5ac3f3fb660c6646d62c6da9b988d767b36.tar.gz
No longer export CallSubjectDialog
This is most likely not used outside of the app and can be potentially exploited Bug: 218341397 Test: Manual Change-Id: I8c0c2bdddb172aba5a41e3fff0413eb48a5f4455 Merged-In: I8c0c2bdddb172aba5a41e3fff0413eb48a5f4455 (cherry picked from commit eadb0b1cc94deaa238bfdf225a504119a8a24388)
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 32d6644a7..7662a2e32 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -572,7 +572,7 @@
<activity
android:name="com.android.contacts.dialog.CallSubjectDialog"
android:theme="@style/Theme.CallSubjectDialogTheme"
- android:exported="true"
+ android:exported="false"
android:windowSoftInputMode="stateVisible|adjustResize">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>