From ee8fe64709d228cf6899b7f121f2262f777814a1 Mon Sep 17 00:00:00 2001 From: noda Date: Fri, 20 Aug 2010 08:04:49 +0900 Subject: [PATCH] WAPPushManager, WAP Push over SMS message handler The WAPPushManager is a new, optional service for handling WAP Push over SMS messages. This service allows a carrier to designate a high priority handler for specific WAP Push over SMS messages without affecting other WAP Push over SMS, binary SMS, or SMS text messages. It is also optional, so that it can be configured out of the target image resulting in no change in the WAP Push over SMS handling behavior compared to the current AOSP. - This patch adds the WAPPushManager to the core build. Change-Id: Ib139a9dca8b18d4cd50b70c041a346584ef96279 --- target/product/full_base.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/full_base.mk b/target/product/full_base.mk index fb9b528e39..8715e441ce 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -24,7 +24,8 @@ PRODUCT_PACKAGES := \ VoiceDialer \ libWnnEngDic \ libWnnJpnDic \ - libwnndict + libwnndict \ + WAPPushManager # Additional settings used in all AOSP builds PRODUCT_PROPERTY_OVERRIDES := \