mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fixing BindWidgetTest failing on Launcher3
Bug: 117616326 Change-Id: I3d08defc735498305cf982b214f6c0fae1508bd9
This commit is contained in:
@@ -63,7 +63,7 @@ public class ShellCommandRule implements TestRule {
|
||||
/**
|
||||
* Grants the launcher permission to bind widgets.
|
||||
*/
|
||||
public static ShellCommandRule grandWidgetBind() {
|
||||
public static ShellCommandRule grantWidgetBind() {
|
||||
return new ShellCommandRule("appwidget grantbind --package "
|
||||
+ InstrumentationRegistry.getTargetContext().getPackageName(), null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user