Merge "Abort removing account if prohibited by policy"

This commit is contained in:
Amith Yamasani
2014-02-21 00:06:03 +00:00
committed by Android (Google) Code Review

View File

@@ -863,6 +863,7 @@ public class AccountManagerService
"User cannot modify accounts");
} catch (RemoteException re) {
}
return;
}
long identityToken = clearCallingIdentity();