Merge "Grant MMS Uri permissions as the calling UID."
This commit is contained in:
@@ -61,6 +61,13 @@ public abstract class ActivityManagerInternal {
|
||||
*/
|
||||
public static final int APP_TRANSITION_TIMEOUT = 3;
|
||||
|
||||
/**
|
||||
* Grant Uri permissions from one app to another. This method only extends
|
||||
* permission grants if {@code callingUid} has permission to them.
|
||||
*/
|
||||
public abstract void grantUriPermissionFromIntent(int callingUid, String targetPkg,
|
||||
Intent intent, int targetUserId);
|
||||
|
||||
/**
|
||||
* Verify that calling app has access to the given provider.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user