writeCallLog constant

AndroidPermissionDef const writeCallLog

android.permission.WRITE_CALL_LOG

Required to modify the user's call log. Runtime permission: true Group: phone Associated service: phone

Implementation

static const writeCallLog = AndroidPermissionDef(
  'android.permission.WRITE_CALL_LOG',
  runtime: true,
  group: 'phone',
  service: AssociatedService.phone,
  keywords: {'modify', 'log', 'history'},
  docNotes: {'Required to modify the user\'s call log'},
);