Skip to content

Commit

Permalink
Throw naming XPrivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Mar 25, 2014
1 parent 62bec9a commit 7266f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/XAccountManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public Bundle getResult() throws OperationCanceledException, IOException, Authen
if (XAccountManager.this.isAccountAllowed(accountName, accountType, mUid))
return bundle;
else
throw new OperationCanceledException();
throw new OperationCanceledException("XPrivacy");
}

@Override
Expand All @@ -349,7 +349,7 @@ public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledExc
if (XAccountManager.this.isAccountAllowed(accountName, accountType, mUid))
return bundle;
else
throw new OperationCanceledException();
throw new OperationCanceledException("XPrivacy");
}

@Override
Expand Down

0 comments on commit 7266f68

Please sign in to comment.