Merge "Fix uri permission grant on remote bug report uri" into nyc-dev am: 42f2e80293 am: 824c8284ce am: 72074e3ab9 am: f85a20702a
am: 060cde9802
Change-Id: Ic591b48e298823b46f8d1fc25b0e01a82cc263b5
This commit is contained in:
@@ -361,7 +361,7 @@ public class DevicePolicyManager {
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_BUGREPORT_SHARING_ACCEPTED =
|
||||
"com.android.server.action.BUGREPORT_SHARING_ACCEPTED";
|
||||
"com.android.server.action.REMOTE_BUGREPORT_SHARING_ACCEPTED";
|
||||
|
||||
/**
|
||||
* Action: Bugreport sharing with device owner has been declined by the user.
|
||||
@@ -369,7 +369,7 @@ public class DevicePolicyManager {
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_BUGREPORT_SHARING_DECLINED =
|
||||
"com.android.server.action.BUGREPORT_SHARING_DECLINED";
|
||||
"com.android.server.action.REMOTE_BUGREPORT_SHARING_DECLINED";
|
||||
|
||||
/**
|
||||
* Action: Bugreport has been collected and is dispatched to {@link DevicePolicyManagerService}.
|
||||
|
||||
Reference in New Issue
Block a user