Skip to content

Commit

Permalink
规范_2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jan 17, 2022
1 parent fb7ea57 commit 2cdf95a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void onOpen(Session session, @PathParam("key") String secretKey,
AndroidDeviceBridgeTool.pressKey(iDevice, 3);
udIdMap.put(session, iDevice);

String path = AndroidDeviceBridgeTool.executeCommand(iDevice, "pm path org.cloud.sonic.plugins.assist").trim()
String path = AndroidDeviceBridgeTool.executeCommand(iDevice, "pm path com.sonic.plugins.assist").trim()
.replaceAll("package:", "")
.replaceAll("\n", "")
.replaceAll("\t", "");
Expand Down

0 comments on commit 2cdf95a

Please sign in to comment.