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
This commit is contained in:
parent
7e27c8e155
commit
ee8fe64709
|
@ -24,7 +24,8 @@ PRODUCT_PACKAGES := \
|
|||
VoiceDialer \
|
||||
libWnnEngDic \
|
||||
libWnnJpnDic \
|
||||
libwnndict
|
||||
libwnndict \
|
||||
WAPPushManager
|
||||
|
||||
# Additional settings used in all AOSP builds
|
||||
PRODUCT_PROPERTY_OVERRIDES := \
|
||||
|
|
Loading…
Reference in New Issue