Merge commit '1398295617457666bff877887b19ade105b83b82' into eclair-mr2-plus-aosp * commit '1398295617457666bff877887b19ade105b83b82': Make sure CF icon updates when using "all CF" MMI.
This commit is contained in:
@@ -595,7 +595,8 @@ public final class GsmMmiCode extends Handler implements MmiCode {
|
||||
}
|
||||
|
||||
int isSettingUnconditionalVoice =
|
||||
((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) &&
|
||||
(((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
|
||||
(reason == CommandsInterface.CF_REASON_ALL)) &&
|
||||
(((serviceClass & CommandsInterface.SERVICE_CLASS_VOICE) != 0) ||
|
||||
(serviceClass == CommandsInterface.SERVICE_CLASS_NONE))) ? 1 : 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user