mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Adding wellbeing toast test
Bug: 130914022 Change-Id: I777440884c122ec040e5e00bfbed41f2eb86b5b0
This commit is contained in:
@@ -361,7 +361,7 @@ public abstract class AbstractLauncherUiTest {
|
||||
mDevice.wait(Until.hasObject(By.pkg(packageName).depth(0)), LONG_WAIT_TIME_MS));
|
||||
}
|
||||
|
||||
protected String resolveSystemApp(String category) {
|
||||
protected static String resolveSystemApp(String category) {
|
||||
return getInstrumentation().getContext().getPackageManager().resolveActivity(
|
||||
new Intent(Intent.ACTION_MAIN).addCategory(category),
|
||||
PackageManager.MATCH_SYSTEM_ONLY).
|
||||
|
||||
Reference in New Issue
Block a user