Questions tagged [android-permissions]

The AndroidManifest.xml file contains specific permissions that grant apps the ability to carry out actions that are typically restricted by default.

NativeScript does not acknowledge the permission "android.Manifest.permission.READ_CONTACTS"

Hi there! I am a beginner in mobile development and currently learning Angular 2. I am facing an issue with requesting permission for reading contacts in NativeScript. It seems that "android" is not being recognized. For instance, when trying to execute t ...