Merge "Fix uri permission grant on remote bug report uri" into nyc-dev am: 42f2e80293 am: 824c8284ce
am: 72074e3ab9
Change-Id: I1cd4db65e0fe8c92628f22f94fe937cf64f2da04
This commit is contained in:
@@ -360,7 +360,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.
|
||||
@@ -368,7 +368,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