| <!-- |
| ~ Copyright (C) 2022 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> |
| <extensions defaultExtensionNs="com.intellij"> |
| <projectService |
| serviceInterface="com.android.tools.idea.ui.screenrecording.ScreenRecordingSupportedCache" |
| serviceImplementation="com.android.tools.idea.ui.screenrecording.ScreenRecordingSupportedCacheImpl"/> |
| <notificationGroup id="Screen Capture" displayType="BALLOON" bundle="messages.AndroidAdbUiBundle" key="screenshot.notification.title"/> |
| |
| <groupConfigurable id="screenshot.screenrecording" parentId="tools" |
| bundle="messages.AndroidAdbUiBundle" |
| displayNameKey="configurable.group.screenshot.screenrecording.text" |
| descriptionKey="configurable.group.screenshot.screenrecording.description"/> |
| <projectConfigurable id="device.screenshot" groupId="screenshot.screenrecording" |
| provider="com.android.tools.idea.ui.screenshot.DeviceScreenshotSettingsPage$Provider" |
| bundle="messages.AndroidAdbUiBundle" |
| key="device.screenshot.text"/> |
| <projectConfigurable id="device.screenrecording" groupId="screenshot.screenrecording" |
| provider="com.android.tools.idea.ui.screenrecording.DeviceScreenRecordingSettingsPage$Provider" |
| bundle="messages.AndroidAdbUiBundle" |
| key="device.screenrecording.text"/> |
| </extensions> |
| </idea-plugin> |