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

Commit

Permalink
Make appNotResponding optional, since it doesn't appear to exist on a…
Browse files Browse the repository at this point in the history
…ll ROMs (debug info)
  • Loading branch information
M66B committed Apr 17, 2015
1 parent e1103ea commit 4dbaf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Changelog

**Next release**

* Fixed all problems reported through the debug info
* Updated Norwegian translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public static List<Hook> get() {
mListHook.add(new Hook(null, "Srv_startActivityWithConfig", "", 19, null, null).AOSP(19));

mListHook.add(new Hook(null, "inputDispatchingTimedOut", "", 17, null, null));
mListHook.add(new Hook(null, "appNotResponding", "", 15, null, null));
mListHook.add(new Hook(null, "appNotResponding", "", 15, null, null).optional());
mListHook.add(new Hook(null, "systemReady", "", 15, null, null));
mListHook.add(new Hook(null, "finishBooting", "", 15, null, null));
mListHook.add(new Hook(null, "setLockScreenShown", "", 17, null, null).optional());
Expand Down

0 comments on commit 4dbaf5c

Please sign in to comment.