Fix accessibility

This commit is contained in:
LoveSy 2021-01-29 07:51:39 +08:00
parent 727f9ba7c3
commit d69bd65302
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ namespace art {
// Note: these identifiers should be consistent with those in Java layer
if (strstr(thisDesc, "LspHooker_") != nullptr
|| strstr(thatDesc, "LspHooker_") != nullptr
|| strstr(thisDesc, "com/elderdrivers/riru/") != nullptr
|| strstr(thatDesc, "com/elderdrivers/riru/") != nullptr) {
|| strstr(thisDesc, "io/github/lsposed/") != nullptr
|| strstr(thatDesc, "io/github/lsposed/") != nullptr) {
return true;
}
// for MIUI resources hooking

View File

@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.elderdrivers.injected.xposed.hiddenapistubs" />
package="io.github.lsposed.lspd.hiddenapistubs" />