Skip to content

Commit 18615ae

Browse files
committed
Add exceptionMode prop to document
1 parent a1bdb86 commit 18615ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/main/java/io/github/libxposed/api/package-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
* <ul>
3535
* <li>{@code staticScope} (boolean) – whether the module scope is fixed and users should not
3636
* apply the module on apps outside the scope list</li>
37+
* <li>{@code exceptionMode} (string) [protective|passthrough] - Default to protective, see
38+
* {@link io.github.libxposed.api.XposedInterface.ExceptionMode}</li>
3739
* </ul>
3840
*
3941
* <h2>Hook Model</h2>

0 commit comments

Comments
 (0)