mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
10 lines
212 B
Text
10 lines
212 B
Text
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"storage_move_to_sd",
|
|
# "archive",
|
|
],
|
|
)
|