File tree Expand file tree Collapse file tree
api/src/main/java/io/github/libxposed/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments