CatService: Alpha ID fix for OPEN_CHANNEL and other p-commands (2/2)
p-cmds that support the below mentioned scenarios:
- SETUP CALL
- OPEN CHANNEL
- SEND DTMF
- SEND SMS
- SEND SS
- SEND USSD
- LAUNCH BROWSER
- PLAY TONE
- SELECT ITEM
Senarios handled :
- NO ALPHA ID : Introduce a new configurable sys prop
"persist.atel.noalpha.usrcnf".
-- Allow display of default UI confirmation if prop is set to true
-- No UI confirmation to be show if prop is set to false
- NULL ALPHA ID (len = 0 ) :
-- NO UI confirmation to be displayed
Cherry-picked from CAF commit 5ea0d64186ca08abc0857aae1f83de969393be3b
Without this SimToolkit will pop up asking for user response instead
of recieveing response from framework.
Change-Id: I75b9b9ee630e31154e940bc47ff951f8a1dab236
Signed-off-by:
dhacker29 <davidhackerdvm@gmail.com>
Loading
Please register or sign in to comment