Messaging: Remove READ_PRIVILEGED_PHONE_STATE from the manifest
READ_PRIVILEGED_PHONE_STAT is the permission for getting user's privacy info, such as MEID, deviceId, Serial. It's defined as dangerous permission. Messaging doesn't need get those info. So Remove the permission. Change-Id: I6bd4dd8f9293fc03939509ab0b6462094c043ba8 CRs-Fixed: 2502428
Loading