We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e8c82 commit 9141f8bCopy full SHA for 9141f8b
VirtualApp/lib/src/main/java/com/lody/virtual/client/core/InvocationStubManager.java
@@ -179,8 +179,10 @@ private void injectInternal() throws Throwable {
179
addInjector(new WifiScannerStub());
180
addInjector(new ShortcutServiceStub());
181
addInjector(new DevicePolicyManagerStub());
182
- addInjector(new AutoFillManagerStub());
183
}
+ if (Build.VERSION.SDK_INT >= 26) {
184
+ addInjector(new AutoFillManagerStub());
185
+ }
186
187
188
0 commit comments