summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-03-20 15:17:26 -0700
committerTom Taylor <tomtaylor@google.com>2012-03-20 15:17:26 -0700
commit6a3fc7a0b8889e1ab3933f18331267fda88597ea (patch)
treecf72a2efddb3ec03681331dbc7176ab9e21c56c5 /AndroidManifest.xml
parent0df5b89b22559913f8ebcc2c7dfa9ffe3c40e6a1 (diff)
downloadMms-6a3fc7a0b8889e1ab3933f18331267fda88597ea.tar.gz
"Respond via SMS": Non-secure keyguard bogusly appears when using "Custom message"
Bug 4998569 Change-Id: Ib307c638d36e647e47262b6fa2cc0ecdec707bc8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index da50239d..27bd5578 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,6 +127,14 @@
android:theme="@style/MmsHoloTheme" >
</activity-alias>
+ <activity android:name=".ui.ComposeMessageActivityNoLockScreen"
+ android:configChanges="orientation|screenSize|keyboardHidden"
+ android:windowSoftInputMode="stateHidden"
+ android:theme="@style/MmsHoloTheme"
+ android:exported="false"
+ android:launchMode="singleTop" >
+ </activity>
+
<activity android:name=".ui.DeliveryReportActivity"
android:label="@string/delivery_report_activity"
android:theme="@android:style/Theme.Dialog">