Merge "Use IntentFilter.toLongString() instead of IntentFilter.toString()" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
91bb73b253
@@ -13713,7 +13713,7 @@ public class ActivityManagerService extends IActivityManager.Stub
|
||||
if (!sdkSandboxManagerLocal.canRegisterBroadcastReceiver(
|
||||
/*IntentFilter=*/ filter, flags, onlyProtectedBroadcasts)) {
|
||||
throw new SecurityException("SDK sandbox not allowed to register receiver"
|
||||
+ " with the given IntentFilter: " + filter.toString());
|
||||
+ " with the given IntentFilter: " + filter.toLongString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user