| <!-- |
| ~ Copyright (C) 2021 The Android Open Source Project |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| <idea-plugin> |
| <depends optional="true" config-file="device-manager-v2-androidstudio.xml">com.intellij.modules.androidstudio</depends> |
| <extensions defaultExtensionNs="com.intellij"> |
| <!--suppress PluginXmlValidity - Plugin XML files are merged into the same plugin.xml --> |
| <library.toolWindow id="Device Manager 2" |
| anchor="right" |
| icon="StudioIcons.Shell.ToolWindows.DEVICE_MANAGER" |
| librarySearchClass="com.android.tools.idea.sdk.AndroidEnvironmentChecker" |
| factoryClass="com.android.tools.idea.devicemanagerv2.DeviceManager2ToolWindowFactory"/> |
| <notificationGroup id="Device Manager Messages" |
| displayType="BALLOON" |
| toolWindowId="Device Manager 2" |
| bundle="messages.DeviceManagerBundle" |
| key="device.manager.notification.title"/> |
| |
| </extensions> |
| |
| <actions> |
| <group id="Android.DeviceManager.TypeSpecificActions"> |
| <reference ref="Android.AdbDevicePairing"/> |
| </group> |
| <action id="Android.DeviceManager2" class="com.android.tools.idea.devicemanagerv2.DeviceManager2Action"> |
| <add-to-group group-id="AndroidDeviceManagerPlaceholder"/> |
| </action> |
| </actions> |
| </idea-plugin> |