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

Commit

Permalink
Fix new usage stat restrictions
Browse files Browse the repository at this point in the history
Refs #1757
  • Loading branch information
M66B committed Feb 14, 2015
1 parent 2805351 commit ed4389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/XUsageStatsManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class XUsageStatsManager extends XHook {
private Methods mMethod;

private XUsageStatsManager(Methods method, String restrictionName) {
super(restrictionName, method.name(), null);
super(restrictionName, method.name().replace("Srv_", ""), null);
mMethod = method;
}

Expand Down

0 comments on commit ed4389d

Please sign in to comment.