my app not asking for permision and show this dialog please give me how blocks i make for asking permision
This post was flagged by the community and is temporarily hidden.
im using webview extended webviewer how to download files in web viewer
In order to be able to ask for permission, this must be declared in the Manifest:
uses-permission android: name = “android.permission.WRITE_EXTERNAL_STORAGE” /
If this is not the case yet, declare it in the Manifest or insert eg the File component as a dummy to add this automatically into the Manifest.
This post was flagged by the community and is temporarily hidden.
Please do not hijack topics @biswojitkaran8. You can create a new topic for every new issue you have (but first please do search the community if there already is such a topic)
@Alapjeet next time, please do not continue the conversation in the wrong topic, and instead ask the user to create a new topic
Ok Sir. next time i will keep in mind all these rules.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.