summaryrefslogtreecommitdiff
path: root/src/META-INF/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/META-INF/plugin.xml')
-rw-r--r--src/META-INF/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/META-INF/plugin.xml b/src/META-INF/plugin.xml
index 4e3c378..c193878 100644
--- a/src/META-INF/plugin.xml
+++ b/src/META-INF/plugin.xml
@@ -15,6 +15,10 @@
<depends>com.google.gct.login</depends>
<extensions defaultExtensionNs="com.intellij">
+ <intentionAction>
+ <className>com.google.appindexing.actions.InsertApiCodeIntentionAction</className>
+ <category>Android</category>
+ </intentionAction>
</extensions>
<application-components>
@@ -26,6 +30,10 @@
</project-components>
<actions>
+ <action id="AppIndexingCodeGeneratorAction" class="com.google.appindexing.actions.GenerateApiCodeAction"
+ text="App Indexing API Code" description="Generate App Indexing API Code to Annotate this Activity for App Indexing">
+ <add-to-group group-id="GenerateGroup" anchor="last"/>
+ </action>
</actions>
</idea-plugin>