As we all know that Android 11 comes with scoped storage restrictions and accessing folder obb is not that simple in Android 11.
Let's see how to access it :)
STEPS :
- First open your favourite File Manager and try to install an Android App from there
- When you will attempt for installing any android app from your file manager then android will ask you to grant a permission Install Unknown Apps
- You will have to grant it and then cancel the installation of App.
- Now you can access Android/obb folder from your favourite file manager.
Tip For Termux Users :
- To access Android/obb folder from termux , you will have to give same permission to termux also.
- Just hit a command termux-open /path/to/any/App.apk then android will again ask for a permission named Install Unknown Apps
- After granting it , you can abort the installation of App
- Now you can access Android/obb from termux also