only52607 / compose-floating-window

Library for creating global floating windows based on jetpack compose on Android.
Apache License 2.0
59 stars 8 forks source link

Fix permission: draw on top of other apps #1

Open elssiany opened 5 months ago

elssiany commented 5 months ago

Apps must ask the user to grant permission: ACTION_MANAGE_OVERLAY_PERMISSION to draw over other apps, currently ComposeFloatingWindow is not controlling and the app breaks when you want to show ComposeFloatingWindow because there is no permission available to draw over other apps

Fix fix_permission_draw_top