This commit is contained in:
Nullptr 2023-07-21 12:22:02 +08:00
parent 5d308c14c5
commit c3dd0d919c
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -300,7 +300,7 @@ public interface XposedInterface {
} }
/** /**
* Get the Xposed framework name of current implementation. * Gets the Xposed framework name of current implementation.
* *
* @return Framework name * @return Framework name
*/ */
@ -308,7 +308,7 @@ public interface XposedInterface {
String getFrameworkName(); String getFrameworkName();
/** /**
* Get the Xposed framework version of current implementation. * Gets the Xposed framework version of current implementation.
* *
* @return Framework version * @return Framework version
*/ */
@ -316,14 +316,14 @@ public interface XposedInterface {
String getFrameworkVersion(); String getFrameworkVersion();
/** /**
* Get the Xposed framework version code of current implementation. * Gets the Xposed framework version code of current implementation.
* *
* @return Framework version code * @return Framework version code
*/ */
long getFrameworkVersionCode(); long getFrameworkVersionCode();
/** /**
* Get the Xposed framework privilege of current implementation. * Gets the Xposed framework privilege of current implementation.
* *
* @return Framework privilege * @return Framework privilege
*/ */