Files
LockScreenWallpaper/plugins/permissions/autogenerated/reference.md
T
Christoph 2cfc7c5dcb feat(wallpaper): extend commands with gallery, delete image, and crop
The plugin now exposes gallery retrieval, image deletion and image crop
across Android, desktop and mobile. The Rust core and Android
bridge are wired to handle these commands, updating state as needed.

- Add gallery, delete_image, and set_image_crop commands
- across Android, desktop and mobile.
- Update permissions, defaults, and schema to enable new commands.
2026-08-20 22:06:00 +02:00

1.9 KiB

Default Permission

Allow the LockScreenWallpaper app to manage its wallpaper collection

This default permission set includes the following:

  • allow-get-state
  • allow-get-gallery
  • allow-select-images
  • allow-delete-image
  • allow-set-setting
  • allow-next-wallpaper

Permission Table

Identifier Description

wallpaper:allow-delete-image

Enables the delete_image command without any pre-configured scope.

wallpaper:deny-delete-image

Denies the delete_image command without any pre-configured scope.

wallpaper:allow-get-gallery

Enables the get_gallery command without any pre-configured scope.

wallpaper:deny-get-gallery

Denies the get_gallery command without any pre-configured scope.

wallpaper:allow-get-state

Enables the get_state command without any pre-configured scope.

wallpaper:deny-get-state

Denies the get_state command without any pre-configured scope.

wallpaper:allow-next-wallpaper

Enables the next_wallpaper command without any pre-configured scope.

wallpaper:deny-next-wallpaper

Denies the next_wallpaper command without any pre-configured scope.

wallpaper:allow-select-images

Enables the select_images command without any pre-configured scope.

wallpaper:deny-select-images

Denies the select_images command without any pre-configured scope.

wallpaper:allow-set-setting

Enables the set_setting command without any pre-configured scope.

wallpaper:deny-set-setting

Denies the set_setting command without any pre-configured scope.