Merge "Fix formatting in clearApplicationUserData exception message."
This commit is contained in:
@ -3534,9 +3534,9 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
== PackageManager.PERMISSION_GRANTED) {
|
||||
forceStopPackageLocked(packageName, pkgUid);
|
||||
} else {
|
||||
throw new SecurityException(pid+" does not have permission:"+
|
||||
android.Manifest.permission.CLEAR_APP_USER_DATA+" to clear data" +
|
||||
"for process:"+packageName);
|
||||
throw new SecurityException("PID " + pid + " does not have permission "
|
||||
+ android.Manifest.permission.CLEAR_APP_USER_DATA + " to clear data"
|
||||
+ " of package " + packageName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user