Skip to content

Commit f97b47d

Browse files
Kbridge/main/custom capabilities add text input method (#6104)
* custom-capabilities-add-TextInputMethod draft * date
1 parent 53a00b9 commit f97b47d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

uwp/packaging/app-capability-declarations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: App capability declarations
33
description: To access certain APIs or resources (such as pictures or music), or devices (such as the camera or the microphone), you must declare app capabilities in your Windows app's package manifest.
4-
ms.date: 10/11/2023
4+
ms.date: 12/10/2025
55
ms.topic: article
66
keywords: windows 11, windows 10, uwp
77
ms.localizationpriority: medium
@@ -301,6 +301,7 @@ To declare a custom capability, modify your [app package manifest](/uwp/schemas/
301301
| **Registering an approved shell extension** | See the **Machine-wide install** capability scenario. |
302302
| **S-mode** | An app that declares the **Microsoft.requiresNonSMode_8wekyb3d8bbwe** custom capability will be prevented from running on a Windows device in S-mode. |
303303
| **Startup apps** | An app can be set up to start automatically at user login. Normally, the user can enable/disable that behavior for each app. The **Microsoft.nonUserConfigurableStartupTasks_8wekyb3d8bbwe** custom capability configures an app such that the user can't enable/disable its startup behavior. |
304+
| **TextInputMethod** | The **Microsoft.appCategory.textInputMethod_8wekyb3d8bbwe** custom capability enables several advanced features related to text input, including events for input focus (determining when to enter and exit) and the ability to read and write text within the current input focus's edit control. |
304305
| **Windows core 1** | An app that declares the **Microsoft.deployFullTrustOnHost_8wekyb3d8bbwe** custom capability is fully-trusted to use native Win32 APIs on a Windows core device. |
305306
| **Windows core 2** | A Desktop Bridge app that declares the **Microsoft.notSupportedInCoreV1_8wekyb3d8bbwe** custom capability will be prevented from running on a Windows core device. |
306307
| **Windows Hello companion device framework** | The functionality related to the **Microsoft.secondaryAuthenticationFactorForLogon_8wekyb3d8bbwe** custom capability is deprecated as of Windows 10, version 2004 (10.0; Build 19041), and we no longer grant this capability to developer accounts. An app that declares this capability can be registered with the companion device framework to enable *Windows unlock* with the app's associated companion device. For more info, see [Windows Unlock with Windows Hello companion (IoT) devices](../security/companion-device-unlock.md). |

0 commit comments

Comments
 (0)