Doing a tutorial I have to change the permission on the manifest. The image show like a wizard to activate permission. But in Visual Studio only have the text editor.
Do Visual Studio have an editor like that?
Doing a tutorial I have to change the permission on the manifest. The image show like a wizard to activate permission. But in Visual Studio only have the text editor.
Do Visual Studio have an editor like that?
In Windows Visual Studio 2017
you can right click on your project and goto Properties
Click properties you will see:
You can select Android Manifest
from there.
Or
You can just click on Project
and then click on your project properties:
Now you can select Android Manifest:
On scrolling down after selecting Android Manifest
you can see the list of permissions:
I am using Visual Studio Community 2019 for Mac and found the solution today.
This will open up the editable source file.
This is particularly useful when you need to update certain permissions, such as adding android:usesCleartextTraffic="true"
, which allows for making API calls - Android 8: Cleartext HTTP traffic not permitted