Files
LockScreenWallpaper/plugins/permissions/autogenerated/reference.md
T
Christoph Brandau 734c757c67 refactor(branding): rename project to LockScreenWallpaper across repo
Standardize branding by renaming Wechselbild to LockScreenWallpaper.
This updates UI strings, configs, and plugin metadata for consistency.

- Rename branding across UI, docs, and config in the repo
- Update Android UI strings and notification titles to LockScreenWallpaper
2026-08-20 18:00:48 +02:00

125 lines
1.4 KiB
Markdown

## Default Permission
Allow the LockScreenWallpaper app to manage its wallpaper collection
#### This default permission set includes the following:
- `allow-get-state`
- `allow-select-images`
- `allow-set-setting`
- `allow-next-wallpaper`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`wallpaper:allow-get-state`
</td>
<td>
Enables the get_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-get-state`
</td>
<td>
Denies the get_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-next-wallpaper`
</td>
<td>
Enables the next_wallpaper command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-next-wallpaper`
</td>
<td>
Denies the next_wallpaper command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-select-images`
</td>
<td>
Enables the select_images command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-select-images`
</td>
<td>
Denies the select_images command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-set-setting`
</td>
<td>
Enables the set_setting command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-set-setting`
</td>
<td>
Denies the set_setting command without any pre-configured scope.
</td>
</tr>
</table>