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

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Oct 4, 2014
1 parent 4b15f83 commit 91fad02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/Hook.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public String getReplacedMethod() {
return mReplacedMethod;
}

@SuppressLint("FieldGetter")
public boolean isDangerous() {
String name = String.format("%s.%s.%s", PrivacyManager.cSettingDangerous, this.getRestrictionName(),
this.getName());
Expand Down

0 comments on commit 91fad02

Please sign in to comment.