actually use parametrized package name for internal call
This commit is contained in:
@@ -151,7 +151,7 @@ public class KeychainExternalProvider extends ContentProvider implements SimpleC
|
|||||||
}
|
}
|
||||||
|
|
||||||
// override package name to use any external
|
// override package name to use any external
|
||||||
// callingPackageName = uri.getLastPathSegment();
|
callingPackageName = uri.getLastPathSegment();
|
||||||
|
|
||||||
case EMAIL_STATUS: {
|
case EMAIL_STATUS: {
|
||||||
boolean callerIsAllowed = (match == EMAIL_STATUS_INTERNAL) || mApiPermissionHelper.isAllowedIgnoreErrors();
|
boolean callerIsAllowed = (match == EMAIL_STATUS_INTERNAL) || mApiPermissionHelper.isAllowedIgnoreErrors();
|
||||||
|
|||||||
Reference in New Issue
Block a user