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

Commit

Permalink
Make internet/connect dangerous
Browse files Browse the repository at this point in the history
Closes #1354
  • Loading branch information
M66B committed Feb 16, 2014
1 parent da7e6c1 commit 6f3d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static List<Hook> get() {

mListHook.add(new Hook("internet", "getConnectionInfo", null, 10, null, null));

mListHook.add(new Hook("internet", "connect", null, 1, null, null));
mListHook.add(new Hook("internet", "connect", null, 1, "1.99.45", null).dangerous());

mListHook.add(new Hook("ipc", "android.accounts.IAccountManager", "", 1, "1.99.1", null));
mListHook.add(new Hook("ipc", "android.app.IActivityManager", "", 1, "1.99.1", null));
Expand Down

0 comments on commit 6f3d05e

Please sign in to comment.