How to create folder in Android 10 and above programmatically? its giving access denied exception

Harikrishnan.Vb 46 Reputation points
2020-11-26T11:12:49.417+00:00

How to create folder in Android 10 and above programmatically? its giving access denied exception

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,363 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alessandro Caliaro 4,186 Reputation points
    2020-11-26T11:27:37.517+00:00

    You have to add

    requestLegacyExternalStorage

    In your manifest


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.