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

Commit

Permalink
Fixed Wi-Fi manager restrictions
Browse files Browse the repository at this point in the history
Refs #2195
  • Loading branch information
M66B committed May 23, 2015
1 parent 92e3eca commit cc01161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/biz/bokhorst/xprivacy/XPrivacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ private void hookSystem(Object am, ClassLoader classLoader) throws Throwable {
// Usage statistics manager
hookAll(XUsageStatsManager.getInstances(true), classLoader, mSecret, false);

// Wi-Fi service
hookAll(XWifiManager.getInstances(null, true), classLoader, mSecret, false);
/*
* Add pure system server hooks
*/
Expand Down

0 comments on commit cc01161

Please sign in to comment.