Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated Permission Requests and Location Service Prompt in Mining Dapp on Android #75

Open
reasje opened this issue Oct 25, 2024 · 3 comments
Assignees

Comments

@reasje
Copy link

reasje commented Oct 25, 2024

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.

@reasje reasje self-assigned this Oct 25, 2024
@reasje
Copy link
Author

reasje commented Oct 25, 2024

@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?

@reasje
Copy link
Author

reasje commented Oct 28, 2024

@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.

@SanghamitraBhowmick1993

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants