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
287 lines
3.1 KiB
Markdown
287 lines
3.1 KiB
Markdown
## 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
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:allow-delete-image`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete_image command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-delete-image`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete_image command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:allow-delete-images`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete_images command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-delete-images`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete_images command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:allow-get-gallery`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_gallery command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-get-gallery`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_gallery command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:allow-get-image-ids`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_image_ids command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-get-image-ids`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_image_ids command without any pre-configured scope.
|
|
|
|
</td>
|
|
</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-image-crop`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the set_image_crop command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-set-image-crop`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the set_image_crop command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:allow-set-interval`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the set_interval command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`wallpaper:deny-set-interval`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the set_interval 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>
|