Fix accessibility
This commit is contained in:
parent
727f9ba7c3
commit
d69bd65302
|
|
@ -31,8 +31,8 @@ namespace art {
|
||||||
// Note: these identifiers should be consistent with those in Java layer
|
// Note: these identifiers should be consistent with those in Java layer
|
||||||
if (strstr(thisDesc, "LspHooker_") != nullptr
|
if (strstr(thisDesc, "LspHooker_") != nullptr
|
||||||
|| strstr(thatDesc, "LspHooker_") != nullptr
|
|| strstr(thatDesc, "LspHooker_") != nullptr
|
||||||
|| strstr(thisDesc, "com/elderdrivers/riru/") != nullptr
|
|| strstr(thisDesc, "io/github/lsposed/") != nullptr
|
||||||
|| strstr(thatDesc, "com/elderdrivers/riru/") != nullptr) {
|
|| strstr(thatDesc, "io/github/lsposed/") != nullptr) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// for MIUI resources hooking
|
// for MIUI resources hooking
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.elderdrivers.injected.xposed.hiddenapistubs" />
|
package="io.github.lsposed.lspd.hiddenapistubs" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue