pkarmaka
Results
1
issues of
pkarmaka
`getLauncherPackagename()` returns `com.android.settings`. So `mDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT);` doesn't really wait for the launcher package. I believe this is due to the package visibility changes on Android 11. Our test setup consisted...