readCallLog constant

AndroidPermissionDef const readCallLog

android.permission.READ_CALL_LOG

Required to access the user's call log. Runtime permission: true Since SDK: 16 Group: phone Associated service: phone

Implementation

static const readCallLog = AndroidPermissionDef(
  'android.permission.READ_CALL_LOG',
  runtime: true,
  sinceSDK: 16,
  group: 'phone',
  service: AssociatedService.phone,
  keywords: {'history', 'log', 'missed'},
  docNotes: {'Required to access the user\'s call log'},
);