Merge "Improve STK idle mode text handling"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e750e93..e11619d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,6 +39,7 @@
 		</activity>
 
 		<activity android:name="StkMenuActivity"
+                    android:configChanges="orientation|screenSize|keyboardHidden|mnc|mcc"
              android:launchMode="singleTop">
 	         <intent-filter>
 	             <action android:name="android.intent.action.VIEW" />
@@ -48,7 +49,7 @@
          </activity>
 
          <activity android:name="StkInputActivity"
-            android:configChanges="orientation|screenSize">
+            android:configChanges="orientation|screenSize|keyboardHidden">
 			<intent-filter>
 		        <action android:name="android.intent.action.VIEW" />
 		        <action android:name="android.intent.action.EDIT" />
@@ -58,7 +59,7 @@
 
         <activity android:name="StkDialogActivity"
             android:theme="@android:style/Theme.Dialog"
-            android:configChanges="orientation|screenSize">
+            android:configChanges="orientation|screenSize|keyboardHidden">
         </activity>
 
         <activity android:name="ToneDialog"