Open reasje opened 3 weeks ago
@SanghamitraBhowmick1993 According to my observation If you grant permission for location you are not going to be asked again, Unless you grant permission as "Only this time", Then closing and opening app again will ask the permission again, If you hit "While using app" then It's expected not to be asked again. However location service needs to be enabled and If not we are going to ask everytime, But If It's enabled and we ask again then that is problematic (Which I didn't see this behavior). But in my case I getting asked about storage permission everytime, Also even though I click on allow the OS doesn't ask for permission, Can you plz confirm this behavior?
@SanghamitraBhowmick1993 I have removed the storage permission as I explained in the meeting why, If you have any storage and file retrieval issues let me know. With that being said the repeated permission check will be gone.
i went to miningv2 and i changed my profile picture from device stored files and i was able to change successfully , i also dont see repeated permissions
On the Mainnet, the Mining Dapp on Android repeatedly asks for permissions upon every launch. Additionally, the app requests enabling the location service, which is not retrieved properly.
Steps to Reproduce:
Open the Mining Dapp on an Android device. Observe the permission request prompts. Expected Result:
The app should not ask for the same permissions every time it is opened. Location service permission should be properly retrieved and should not prompt unnecessarily. Actual Result:
The app repeatedly asks for permissions each time it is opened. The app also requests enabling the location service.