[core] Match all flags for broadcast

This commit is contained in:
LoveSy 2021-07-03 15:08:12 +08:00 committed by LoveSy
parent 93e7fdc761
commit 1e71d035c2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class LSPosedService extends ILSPosedService.Stub {
ApplicationInfo applicationInfo = null;
if (moduleName != null) {
try {
applicationInfo = PackageService.getApplicationInfo(moduleName, PackageManager.GET_META_DATA, 0);
applicationInfo = PackageService.getApplicationInfo(moduleName, PackageManager.GET_META_DATA | PackageService.MATCH_ALL_FLAGS, 0);
} catch (Throwable ignored) {
}
}