summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2011-10-27 16:57:22 -0700
committerJake Hamby <jhamby@google.com>2011-10-27 17:23:09 -0700
commitf044a370d41687e0546a63b747b7c383f7f41e3e (patch)
tree1b44004e8ca42638cbd886121e7dfd375b2f4913 /docs/html/sdk/api_diff/6
parent8d059ac5b186547a86bb92678c7d1cb13fd8ce1c (diff)
Fix bug in enabling/disabling SMS cell broadcast activation.
When enabling/disabling SMS cell broadcast channels, we were not calling setGsmBroadcastActivation() with the correct value after updating the message IDs. It should be called with true if any message IDs are enabled, or false if the list is empty. Added an isEmpty() method to IntRangeManager, and moved the call to setGsmBroadcastActivation() in SimSmsInterfaceManager to the end of the enableCellBroadcastRange() and disableCellBroadcastRange() methods, where it sets the correct value using the new isEmpty() method to test if there are any message IDs enabled after updating the range list. Bug: 5525441 Change-Id: I7d1ebd54dacf1de20910947efbf5e87e1957fd1a
Diffstat (limited to 'docs/html/sdk/api_diff/6')
0 files changed, 0 insertions, 0 deletions