AI 145854: am: CL 145547 - make the default build configuration to *not* include the IM app, and don't show the
  IM landing page activity. Override the kila_us build (in tmus_overlay) to include the
  IM app and enable the landing page activity.
  this is in response to Keva asking to take IM app out of Opal. The result is that
  only Kila_us build has IM app. Since it's the only, it seems reasonable to make the
  default *not* include IM app.
  - clean up some old obsolete stuff in the mk files. GTalkSettings isn't present anymore
  and was never present in 1.0 release.
  Original author: weih
  Merged from: //branches/cupcake/...

Automated import of CL 145854
diff --git a/res/values/config.xml b/res/values/config.xml
index bac58b4..8060c3d 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -21,5 +21,5 @@
      for different hardware and product builds. -->
 <resources>
     <!-- Flag indicating whether IM app should be shown in the application tray -->
-    <bool name="enableLandingPageActivity">true</bool>
+    <bool name="enableLandingPageActivity">false</bool>
 </resources>