Show keyboard selectively, do not listen on MCC/MNC changes, show text to user.
Fix b/6531158 (Stop showing the keyboard)
Fix b/6532201 (Stop removing the text view, and prompt the user with a message)
Fix b/6155075 (Stop listening to MCC/MNC changes)
Change-Id: Ibf8414fe57bdd0acf6c20f3194c52b168b9292c6
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8386c3a..1eb4d87 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1416,8 +1416,8 @@
android:launchMode="singleTop"
android:excludeFromRecents="true"
android:theme="@android:style/Theme.Holo.NoActionBar"
- android:configChanges="mcc|mnc|keyboard|keyboardHidden|uiMode"
- android:windowSoftInputMode="stateVisible|adjustResize">
+ android:configChanges="keyboard|keyboardHidden|uiMode"
+ android:windowSoftInputMode="adjustResize">
<intent-filter android:priority="10">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />