Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Default for dangerous methods was asked
Browse files Browse the repository at this point in the history
Refs #1704
  • Loading branch information
M66B committed Jun 5, 2014
1 parent ed408e4 commit 40652d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/UpdateService.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ private static List<PRestriction> getUpgradeWork(Version sVersion, int uid, bool
if (PrivacyManager.isRestrictionSet(restriction))
Util.log(null, Log.WARN, "Restrict dangerous set restriction=" + restriction);
else {
restriction.asked = true;
Util.log(null, Log.WARN, "Restrict dangerous setting restriction=" + restriction);
listWork.add(restriction);
}
Expand Down

0 comments on commit 40652d4

Please sign in to comment.