How Can i get MANAGE_OVERLAY_PERMISSION for android

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android

is there a way to know if my app already has MANAGE_OVERLAY_PERMISSION permission.
i succeeded to open intent to enable this permission by using “startActivityAsync” of “expo-intent-launcher” package, but i need to know first if my app has this permission or not.
In native code we can do that by accessing “Settings.canDrawOverlays()” and it will returns true/false

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.