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

Commit

Permalink
Updated meta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 15, 2014
1 parent 358c0c0 commit 37df583
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 @@ -473,7 +473,7 @@ public static List<Hook> get() {
mListHook.add(new Hook("view", Intent.ACTION_VIEW, "", 1, null, null).notAOSP(19).doNotify().whitelist(cTypeUrl));
mListHook.add(new Hook("view", "Srv_" + Intent.ACTION_VIEW, "", 19, "2.99", Intent.ACTION_VIEW).AOSP(19).doNotify().whitelist(cTypeUrl));

mListHook.add(new Hook("view", "GMS5.view", "", 1, null, null).unsafe());
mListHook.add(new Hook("view", "GMS5.view", "", 1, "2.99.27", null).unsafe());

// AccountManager
mListHook.add(new Hook(null, "removeOnAccountsUpdatedListener", "", 5, null, null));
Expand Down

0 comments on commit 37df583

Please sign in to comment.