summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Huang <>2009-04-13 08:42:21 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-13 08:42:21 -0700
commitaf59d7c739cf93f0a2739b467970ebbc07e1f25f (patch)
tree4511b9a800e6fba347f97ca9b82a925bdbe83704
parent2967bd1c7b4c66960e9588b448e2856884398388 (diff)
downloadImProvider-af59d7c739cf93f0a2739b467970ebbc07e1f25f.tar.gz
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
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
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>