summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Huang <>2009-04-09 15:43:54 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-09 15:43:54 -0700
commit71e054000ab5f141e9189b956e17f3bfc2e11904 (patch)
tree2bed5dae4a6dfc8d9eb0ac8708ee7fbedc7b11c0
parent7df93049abb5b593c8f360eb02781b89ab601cd7 (diff)
downloadImProvider-71e054000ab5f141e9189b956e17f3bfc2e11904.tar.gz
AI 145547: - make the default build configuration to *not* include the IM app, and don't show theandroid-sdk-1.5-pre
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. BUG=1780685,1779060 Automated import of CL 145547
-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>