Skip to content

Commit

Permalink
restore set Default Operation Module function
Browse files Browse the repository at this point in the history
  • Loading branch information
longforus committed Nov 3, 2020
1 parent ee35fd1 commit fd92824
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>com.developerphil.adbidea</id>
<name>ADB Idea +</name>
<version>1.6.6</version>
<vendor url="https://github.com/longforus">Philippe Breault and Void Young</vendor>
<vendor url="https://github.com/longforus">Philippe Breault &amp; Void Young</vendor>

<description><![CDATA[
Adds the following ADB commands to Android Studio and Intellij:<br />
Expand Down Expand Up @@ -272,6 +272,12 @@
</action>
<add-to-group group-id="AndroidToolsGroup" anchor="first"/>
<separator/>
<action id="com.developerphil.adbidea.action.extend.SetDefaultModuleAction"
class="com.developerphil.adbidea.action.extend.SetDefaultModuleAction"
text="ADB Set Default Operation Module "
description="Set Default operation module in this project">
</action>
<separator/>
<action id="com.developerphil.adbidea.action.extend.ApplicationManagementPopupAction"
class="com.developerphil.adbidea.action.extend.ApplicationManagementPopupAction" text="ADB Application management..."
description="List all the adb idea application management operations in a popup">
Expand Down

0 comments on commit fd92824

Please sign in to comment.