summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-12-17 15:51:37 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-17 15:56:52 -0800
commitd11a4f0aa1fccbae88efb3cde7d7a8ac8b806b7c (patch)
treebc160db1af576dd09b28b7f84caf3b2bc8eccc0f
parent272f088dd177c453af4289a534789e0003d88273 (diff)
downloadandroid_packages_apps_Trebuchet-d11a4f0aa1fccbae88efb3cde7d7a8ac8b806b7c.tar.gz
android_packages_apps_Trebuchet-d11a4f0aa1fccbae88efb3cde7d7a8ac8b806b7c.tar.bz2
android_packages_apps_Trebuchet-d11a4f0aa1fccbae88efb3cde7d7a8ac8b806b7c.zip
Trebuchet: Ignore mnc/mcc config changes
issue-id: CYNGNOS-1417 Change-Id: Iac3eba6e6f9dc0bd2e60462bbe931233fff3e7b6
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f3425fe44..70da93e2a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,6 +96,7 @@
android:theme="@style/Theme"
android:windowSoftInputMode="adjustPan"
android:screenOrientation="nosensor"
+ android:configChanges="mcc|mnc"
android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />