mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(diagnostic): Fix permissionStatus object
This commit is contained in:
parent
cb176aae90
commit
8f3d36f4bc
@ -67,8 +67,8 @@ export class Diagnostic {
|
|||||||
GRANTED_WHEN_IN_USE: 'GRANTED_WHEN_IN_USE', // iOS
|
GRANTED_WHEN_IN_USE: 'GRANTED_WHEN_IN_USE', // iOS
|
||||||
RESTRICTED: 'RESTRICTED', // iOS
|
RESTRICTED: 'RESTRICTED', // iOS
|
||||||
DENIED: 'DENIED',
|
DENIED: 'DENIED',
|
||||||
DENIED_ALWAYS: 'NOT_REQUESTED', // android
|
DENIED_ALWAYS: 'DENIED_ALWAYS', // android
|
||||||
NOT_REQUESTED: 'not_determined'
|
NOT_REQUESTED: 'NOT_REQUESTED'
|
||||||
};
|
};
|
||||||
|
|
||||||
static locationAuthorizationMode = {
|
static locationAuthorizationMode = {
|
||||||
|
Loading…
Reference in New Issue
Block a user