This commit is contained in:
tehcneko 2024-08-19 17:55:50 +08:00
parent 8ba19d5779
commit 610af286b7

View File

@ -96,7 +96,7 @@ public class DisableFlagSecure extends XposedModule {
log("hook DisplayControl failed", t);
}
// VirtualDisplay with MediaProjection (S~V4)
// VirtualDisplay with MediaProjection (S~V)
try {
hookVirtualDisplayAdapter(classLoader);
} catch (Throwable t) {