Fix permission check for deleting SMS on UICC.
When accessing SMS stored on UICC via TelephonyProvider, we need to use the com.android.phone UID for the call to IccSmsInterfaceManager to avoid a UID mismatch failure in the app ops check. Change the permission check method call from enforceCallingPermission() to enforceCallingOrSelfPermission() so the check doesn't fail. Change-Id: Ie5fbf2b0d9c18ed4822775c3cf4af9ba671e5d4a CRs-Fixed: 562711
Loading
Please register or sign in to comment