diff options
| author | Tatsuaki Machida <tmachida@google.com> | 2022-02-28 10:36:08 +0000 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2022-06-14 12:01:42 -0400 |
| commit | f6311e0d1b44d794570be1bf8a0e50ff30c8b05a (patch) | |
| tree | e6ee34fc783a0d4a8cbd7c93a2c6ff7943007e20 | |
| parent | 98f5046cdd52a717865f15ba717e056f9d6cefb9 (diff) | |
No longer export CallSubjectDialogr11.1
Bug: 221802256
Change-Id: Ibfc10e706d204131c33071a5fd5b6596ba5c2d48
Test: N/A
(cherry picked from commit d96b98bbb21118356726588d0ff3707246369fdb)
(cherry picked from commit 1ab4eeb65ed117745b9576769b069cf0b38eafb0)
Merged-In: Ibfc10e706d204131c33071a5fd5b6596ba5c2d48
| -rw-r--r-- | java/com/android/contacts/common/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/android/contacts/common/AndroidManifest.xml b/java/com/android/contacts/common/AndroidManifest.xml index e97221549..84ac96fdb 100644 --- a/java/com/android/contacts/common/AndroidManifest.xml +++ b/java/com/android/contacts/common/AndroidManifest.xml @@ -21,6 +21,7 @@ <activity android:name="com.android.contacts.common.dialog.CallSubjectDialog" android:theme="@style/Theme.CallSubjectDialogTheme" + android:exported="false" android:windowSoftInputMode="stateVisible|adjustResize"> <intent-filter> <action android:name="android.intent.action.VIEW"/> |
