Skip to content

Commit

Permalink
fix(diagnostic): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillenotfound committed Aug 29, 2016
1 parent 8f3d36f commit f93f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/diagnostic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class Diagnostic {
LOCATION: ['ACCESS_FINE_LOCATION', 'ACCESS_COARSE_LOCATION'],
MICROPHONE: ['RECORD_AUDIO'],
PHONE: ['READ_PHONE_STATE', 'CALL_PHONE', 'ADD_VOICEMAIL', 'USE_SIP', 'PROCESS_OUTGOING_CALLS', 'READ_CALL_LOG', 'WRITE_CALL_LOG'],
SENSEORS: ['BODY_SENSORS'],
SENSORS: ['BODY_SENSORS'],
SMS: ['SEND_SMS', 'RECEIVE_SMS', 'READ_SMS', 'RECEIVE_WAP_PUSH', 'RECEIVE_MMS'],
STORAGE: ['READ_EXTERNAL_STORAGE', 'WRITE_EXTERNAL_STORAGE']
};
Expand Down

0 comments on commit f93f958

Please sign in to comment.