angler: Multiple PDP: Modify value of config_auto_attach_data_on_creation

- Set config_auto_attach_data_on_creation to false for MCC/MNC 45011

Bug: 26259365

Change-Id: I6d02a6a7f2b6ea729914217e56c3ea2957107c0c
diff --git a/overlay/frameworks/base/core/res/res/values-mcc450-mnc11/config.xml b/overlay/frameworks/base/core/res/res/values-mcc450-mnc11/config.xml
index 455136d..cc8b714 100755
--- a/overlay/frameworks/base/core/res/res/values-mcc450-mnc11/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc450-mnc11/config.xml
@@ -37,4 +37,6 @@
         <item>INTERMEDIATE_POS=0</item>
         <item>SUPL_ES=0</item>
     </string-array>
+    <!-- Set config_auto_attach_data_on_creation to false, please refer to bug 24725876 for more detail-->

+    <bool name="config_auto_attach_data_on_creation">false</bool>
 </resources>