summaryrefslogtreecommitdiff
path: root/android-plugin/intellij.android.plugin.iml
diff options
context:
space:
mode:
authorKainan Wang <knwang@google.com>2021-01-28 10:33:15 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-04-21 20:30:38 +0000
commit2230fd94f72bbeadb2be459615b2b94a5c7a66a1 (patch)
treec9b1e7efcb834f240216205caea623b6456c360d /android-plugin/intellij.android.plugin.iml
parent61bbec41dbb1a008be2c4f177dfc20785edda6a5 (diff)
downloadidea-2230fd94f72bbeadb2be459615b2b94a5c7a66a1.tar.gz
Add initial Inspector UI
This UI serves as a debug tool for monitoring app inspection events from background task agent, which will be migrated to the workmanager inspector module finally. Bug:none Test: none Change-Id: Ib1a125409a3a6f58aa6c9a3fbdc23fca4a7f2adb
Diffstat (limited to 'android-plugin/intellij.android.plugin.iml')
-rw-r--r--android-plugin/intellij.android.plugin.iml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-plugin/intellij.android.plugin.iml b/android-plugin/intellij.android.plugin.iml
index 65fcad841de..b611895ad86 100644
--- a/android-plugin/intellij.android.plugin.iml
+++ b/android-plugin/intellij.android.plugin.iml
@@ -43,5 +43,6 @@
<orderEntry type="module" module-name="intellij.android.testRetention" />
<orderEntry type="module" module-name="intellij.android.app-inspection.inspectors.workmanager.ide" />
<orderEntry type="module" module-name="intellij.android.app-inspection.inspectors.network.ide" />
+ <orderEntry type="module" module-name="intellij.android.app-inspection.inspectors.backgroundtask.ide" />
</component>
</module> \ No newline at end of file