How to Fix Google Photos' Annoying Prompts on Android 11 1

How to Fix Google Photos’ Annoying Prompts on Android 11

We consider Google Photos to be one of the best Gallery apps on Android, but after the Android 11 update, minor annoyances are making the experience infuriating. Due to the Spacious Storage implementation in Android 11, Google Photos has to get explicit permission for every action, be it deletion or any modification. Not to mention, the constant “asynchronous changes” dialog makes the experience quite difficult. So, if you want to fix the annoying prompts of Google Photos on Android 11, follow the instructions below.

Fix Google Photos’ Annoying Prompts on Android 11 (2021)

Before we begin, a huge thank you to Kieron Quinn. XDA Developers Who came up with this beautiful trick? The trick is it doesn’t require root permission or Xposed Module to make changes. Just install ADB and you are good to go. On that note, let’s get started.

1. First of all, install ADB on your computer. following our guide. If installing drivers and configuring the device doesn’t work, you can also run ADB from web browsers without any problems.

2. After installing ADB, run it. adb devices with check link. If it gives you a serial number, you’re good to go.

adb devices

3. Finally run the following command. if he it didn’t return any output then that’s great. You have successfully set Google Photos as the system Gallery app. Google Photos will no longer prompt you with any of the annoying dialogs, including Delete or any modification action. Also, the “asynchronous changes” review will disappear.

adb shell cmd role add-role-holder android.app.role.SYSTEM_GALLERY com.google.android.apps.photos

Fix Google Photos' Annoying Prompts on Android 11 (2021)

4. If you want recheck If Google Photos is indeed set as system Gallery app, run adb shell dumpsys role In the terminal.

Fix Google Photos' Annoying Prompts on Android 11 (2021)

5. Here, “android.app.role.SYSTEM_GALLERY” and whether it is set to “com.google.android.apps.photos”. So, the method worked on your smartphone and after that you will not get the annoying prompts of Google Photos on Android 11.

google photos

Solve Google Photos’ Annoying Prompts on Android 11

This is how you can fix Google Photos’ Deletion, “non-sync changes” or any change dialog in Android 11. I tried this on my OnePlus 7T running Android 11 OB1 and it worked flawlessly. Fun fact is that changes made via ADB survived multiple reboots and another OB2 update.

In relation :  OpenAI’s NLWeb Project: ChatGPT to Challenge Google as Search & Browser

So go ahead and try it on your Android 11 device. Anyway, that’s it for us. If you are interested in customizing the Android 11 Power Menu then check out the linked article. And if you run into any problems with this tutorial, let us know in the comment section below.