Commit Graph

3 Commits

Author SHA1 Message Date
Shuo Qian
647d9fb723 Add permission QUERY_ALL_PACKAGES into WAPPushManager
Test: Sanity
Bug: 161319976
Change-Id: I931c5a7c5e9c5ee3fd72fa2c0a29df48073fd90c
Merged-In: I931c5a7c5e9c5ee3fd72fa2c0a29df48073fd90c
(cherry picked from commit 11bbbee915)
2020-07-17 18:28:27 +00:00
Cao Yachao
855ed13358 Do not clear data for WAPPushManager settings
Turn off user data clear in manifest. The data is used
and filled by carrier and end-user doesn't necessarily know the
consequences of deleting the data.

Bug: 32788589
Test: manual - check that data can't be deleted from Settings app
Change-Id: I5db28f8e127f670a8b0b4ef0d32185bb4bcd7aaf
2018-08-09 15:14:49 +02: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