summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Huang <weih@google.com>2009-07-07 19:36:49 -0700
committerWei Huang <weih@google.com>2009-07-07 19:36:49 -0700
commitfce6a71a65a7e27bda0b451ef9f8f8de75cbbb4a (patch)
treeab1349e4894d1fd916d994a5100a84309f42d7c8
parent919dd1f34d36b95b7f722eff609fd06556d08dc7 (diff)
downloadImProvider-fce6a71a65a7e27bda0b451ef9f8f8de75cbbb4a.tar.gz
Bug 1963517: remove the IM app icon from the app launcher by default. Verizon cannot ship the current IM app as is. They will either not ship IM, or contract to get their own IM plugin apk.
-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>