Skip to content

Commit ad410e1

Browse files
committed
Remove PROP_RT_HOT_RELOAD
1 parent e11625f commit ad410e1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

api/src/main/java/io/github/libxposed/api/XposedInterface.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public interface XposedInterface {
4848
* scoped to the current module and executable, and can be queried through
4949
* {@link HookHandle#getId()}.</li>
5050
* <li>Hooks can be atomically replaced through {@link HookHandle#replaceHook(Hooker)}.</li>
51-
* <li>{@link #PROP_RT_HOT_RELOAD} indicates whether framework policy allows this module to
52-
* request hot reload.</li>
5351
* </ul>
5452
* <p>Behavior changes: Modules targeting 102 or higher</p>
5553
* <ul>
@@ -77,15 +75,6 @@ public interface XposedInterface {
7775
*/
7876
long PROP_RT_API_PROTECTION = 1L << 2;
7977

80-
/**
81-
* Framework policy allows this module to request hot reload through the service.
82-
* <p>
83-
* This property only describes framework policy, such as a safety option. It does not
84-
* guarantee that any target is hot-reloadable or that a hot reload request can complete.
85-
* </p>
86-
*/
87-
long PROP_RT_HOT_RELOAD = 1L << 3;
88-
8978
/**
9079
* The default hook priority.
9180
*/

0 commit comments

Comments
 (0)