# Limited Access To Wallpaper

Recent Android updates (starting from **September 2023**) introduced new privacy restrictions that prevent apps from accessing the system wallpaper, unless they’ve been granted a permission that **Google Play no longer allows us to request in-app**.

Because of this, some Smart Launcher features may no longer work out of the box, including:

* **UI Blur**: The blur effect relies on reading the wallpaper to render the background
* **Screenshot Previews**: We can’t include the wallpaper in screenshots without access
* **Wallpaper Backup**: Backups may not include your current wallpaper

***

## Can I still use these features?

Yes, absolutely! there are several solutions:

**Option 1: Set your wallpaper using Smart Launcher**

If you set your wallpaper directly through Smart Launcher (e.g. from the wallpaper gallery), the app can access it immediately, and all features will work as expected.

**Option 2: Take a screenshot of your wallpaper when prompted**

If you're using a wallpaper that Smart Launcher can’t access, the app may ask you to **take a screenshot** of your current home screen. This allows the app to "see" your the wallpaper from the screenshot.\
It’s fast and semi-automated, but you’ll need to repeat it if you change your wallpaper again.

**Option 3: Manually grant wallpaper access**

To restore full functionality regardless of how you set your wallpaper, you can manually grant the required permission using ADB (Android Debug Bridge). This is a **safe one-time setup**.

{% content-ref url="/pages/EjkFrtX11PY6O3MRfFqs" %}
[How to grant permanent wallpaper access in Smart Launcher](/faq/personalization/limited-access-to-wallpaper/how-to-grant-permanent-wallpaper-access-in-smart-launcher.md)
{% endcontent-ref %}

Once done, Smart Launcher will retain the permission permanently (until you uninstall the app), and all affected features will work as before.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smartlauncher.net/faq/personalization/limited-access-to-wallpaper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
