Add "DownloadManagement" app feature for use in NativeShell clients (#6833)

* Add "DownloadManagement" app feature for use in NativeShell clients

* Address review feedback

* Address review feedback (round 2)
This commit is contained in:
Niels van Velzen
2025-05-13 21:35:15 +02:00
committed by GitHub
parent b08f7d73c1
commit 7dfc1a1494
5 changed files with 54 additions and 4 deletions
+2
View File
@@ -10,6 +10,8 @@ export enum AppFeature {
DisplayLanguage = 'displaylanguage',
/** The app supports configuring the display mode (TV, Desktop, etc.) */
DisplayMode = 'displaymode',
/** The app supports showing a download management interface via a menu entry */
DownloadManagement = 'downloadmanagement',
/** The app can exit via back navigation */
Exit = 'exit',
/** The app can be exited via a menu entry */