Álvaro García
Álvaro García

Reputation: 19386

I can't set the Internet permission in my Xamarin project

I am trying to test a Xamarin Android application that consumes a WCF service. I know that I have to go to project properties and set "Internet" as a needed permission, but I don't see the list of permissions that I could select. I get this:

Screenshot of window

I know that I should see a list of permissions that I can check or uncheck according to the application's needs.

I am using VS2019 community.

Upvotes: 0

Views: 64

Answers (1)

Ivan I
Ivan I

Reputation: 9990

Edit the file AnroidManifest.xml manually.

Upvotes: 1

Related Questions