Files
LockScreenWallpaper/plugins/permissions/autogenerated/reference.md
T
Christoph 6e43d52680 chore: add project scaffolding and resources
This initial commit scaffolds the project with essential docs, assets, and build configs.
It adds Android icons, design assets, and release metadata to support mobile targets.
A fastlane config and F-Droid manifest are included to streamline builds.

- Adds F-Droid configuration for automated builds
- Includes license and privacy policy documents
- Provides app icons and assets for Android and design system
2026-08-21 14:45:18 +02:00

3.1 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-get-image-ids
  • allow-delete-images
  • allow-set-image-crop
  • allow-set-setting
  • allow-set-interval
  • 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-delete-images

Enables the delete_images command without any pre-configured scope.

wallpaper:deny-delete-images

Denies the delete_images 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-image-ids

Enables the get_image_ids command without any pre-configured scope.

wallpaper:deny-get-image-ids

Denies the get_image_ids 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-image-crop

Enables the set_image_crop command without any pre-configured scope.

wallpaper:deny-set-image-crop

Denies the set_image_crop command without any pre-configured scope.

wallpaper:allow-set-interval

Enables the set_interval command without any pre-configured scope.

wallpaper:deny-set-interval

Denies the set_interval 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.