Granted READ_PRIVILEGED_PHONE_STATE to the phone service to fix a permission denial issue.

When CellBroadcastReceiver sends a CB_AREA_INFO_RECEIVED intent to Settings->Status->SimStatus
activity running in the phone service, the intent was not sent correctly due to permission denial.
Fixed by granting READ_PRIVILEGED_PHONE_STATE permission to the phone service.

bug: 22160189
Change-Id: Idb106f2372fc97fd01384cdd246e9ef3430f208d
1 file changed