Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 564 Bytes

File metadata and controls

13 lines (10 loc) · 564 Bytes

GrantAllPermissions

Make Android grant all permissions requested by apps.

This module grants all permissions from system-side when applied to android and pretends all permissions are granted when applied to individual apps.

Please note:

  • This module should only be used for development and testing purposes and should never be run on production devices.
  • This module will grant the notification permission and thus all apps will be able to send notifications.