mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Not using settings app in tests
Change-Id: I7542dab07a0d5a76cc90f4b5eee0d376b5d8ca11
This commit is contained in:
@@ -395,7 +395,7 @@ public abstract class AbstractLauncherUiTest {
|
||||
DEFAULT_UI_TIMEOUT));
|
||||
}
|
||||
|
||||
protected static String resolveSystemApp(String category) {
|
||||
public 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