Sir, can u give me app link , I searched in play store , so many app same name , I tried 2-3 apps but there is no such option.install appmanager; find the game in the list turn off scoped storage
or adb
Disable:
adb shell cmd appops set your-package-name android:legacy_storage allow && \
adb shell am force-stop your-package-name
Enable:
adb shell cmd appops set your-package-name android:legacy_storage default && \
adb shell am force-stop your-package-name