Commit Graph

3 Commits

Author SHA1 Message Date
Jeongik Cha
665595541e Move the app to /system_ext
We plan to forbid hidden API in product partition.
So these apps have to be moved to /system_ext because it uses hidden API.
It is not permanent, so they can be moved back to /product due to
needs if there isn't hidden usage anymore.

Bug: 137908189
Test: m
Test: check whether device boots successfully
Change-Id: I0662674a66bc54ee4713e5c7ed6ad0db4d342338
2019-12-26 08:29:53 +00:00
Po-Chien Hsueh
314476144d Move WAPPushManager to /product
WAPPushManager is not in mainline, thus move it to /product.

Bug: 138284376
Test: Boot aosp_cf_x86_phone
Change-Id: I65b530547a25efa501bafcfa986111f0f899211d
2019-08-30 11:14:24 +08:00
noda
7640caaf91 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 contains the WAPPushManager itself, the associated test
  code, and the modifications to telephony to use the WAPPushManager.

Change-Id: I4f7fb5b68fc666da9bdeeea525e8797ae317e4b5
2011-02-18 00:31:24 +09:00