Fix broadcast type value handling error
Some "UI Broadcast Type" such as "Digital Satellite" (0x80) or "Digital Communications Satellite" (0x90) are not handled correctly because they become minus value after casting from byte to integer". Add the mask to upper byte to get original definition value. Bug: 355360813 Change-Id: I4910e730c679c72e89e0214c70d8c004e428aa89
Loading
Please register or sign in to comment