From f3d4a30fef8a93888cfc593dd811bab3cece7e22 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 19 Jul 2018 16:34:36 +0000 Subject: [PATCH] Deploy website Deploy website version based on 853a9d106f924c6a0d38e9c69e55e582bdaf7943 --- docs/next/permissionsandroid.html | 2 +- docs/next/permissionsandroid/index.html | 2 +- docs/permissionsandroid.html | 2 +- docs/permissionsandroid/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/permissionsandroid.html b/docs/next/permissionsandroid.html index dac5866c950..e1dbb9e6f64 100644 --- a/docs/next/permissionsandroid.html +++ b/docs/next/permissionsandroid.html @@ -39,7 +39,7 @@ the Create React Native App repository.

-

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed so long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

+

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

On devices before SDK version 23, the permissions are automatically granted if they appear in the manifest, so check and request should always resolve to PermissionsAndroid.RESULTS.GRANTED.

If a user has previously turned off a permission that you prompt for, the OS will advise your app to show a rationale for needing the permission. The optional rationale argument will show a dialog prompt only if necessary - otherwise the normal permission prompt will appear.

Example

diff --git a/docs/next/permissionsandroid/index.html b/docs/next/permissionsandroid/index.html index dac5866c950..e1dbb9e6f64 100644 --- a/docs/next/permissionsandroid/index.html +++ b/docs/next/permissionsandroid/index.html @@ -39,7 +39,7 @@ the Create React Native App repository.

-

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed so long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

+

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

On devices before SDK version 23, the permissions are automatically granted if they appear in the manifest, so check and request should always resolve to PermissionsAndroid.RESULTS.GRANTED.

If a user has previously turned off a permission that you prompt for, the OS will advise your app to show a rationale for needing the permission. The optional rationale argument will show a dialog prompt only if necessary - otherwise the normal permission prompt will appear.

Example

diff --git a/docs/permissionsandroid.html b/docs/permissionsandroid.html index c79897ca7b8..2029f6ad305 100644 --- a/docs/permissionsandroid.html +++ b/docs/permissionsandroid.html @@ -39,7 +39,7 @@ the Create React Native App repository.

-

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed so long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

+

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

On devices before SDK version 23, the permissions are automatically granted if they appear in the manifest, so check and request should always resolve to PermissionsAndroid.RESULTS.GRANTED.

If a user has previously turned off a permission that you prompt for, the OS will advise your app to show a rationale for needing the permission. The optional rationale argument will show a dialog prompt only if necessary - otherwise the normal permission prompt will appear.

Example

diff --git a/docs/permissionsandroid/index.html b/docs/permissionsandroid/index.html index c79897ca7b8..2029f6ad305 100644 --- a/docs/permissionsandroid/index.html +++ b/docs/permissionsandroid/index.html @@ -39,7 +39,7 @@ the Create React Native App repository.

-

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed so long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

+

PermissionsAndroid provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in AndroidManifest.xml. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.

On devices before SDK version 23, the permissions are automatically granted if they appear in the manifest, so check and request should always resolve to PermissionsAndroid.RESULTS.GRANTED.

If a user has previously turned off a permission that you prompt for, the OS will advise your app to show a rationale for needing the permission. The optional rationale argument will show a dialog prompt only if necessary - otherwise the normal permission prompt will appear.

Example