Hello, do you know how I can reproduce this? I wan...
# compose-android
l
Hello, do you know how I can reproduce this? I want to disable the default ability to trigger the recent apps view (middle screen gesture).
not kotlin but kotlin colored 3
t
Seems more like UX issue 👀 I think if it’s fullscreen the users should always be able to leave the app by showing the button there so why would you like to block that? 🤔
l
No, I don’t think this is an UX issue. It seems intentional in this app because they likely encountered the same problem I’m facing and implemented this workaround. I’m building an app locker and need to detect when a specific app is in the foreground to display the locker. Everything works well, except for one issue: when the user swipes up and minimizes the app, then reopens it, the
UsageStatsManager
can no longer detect the app, as it registers the launcher instead. Essentially, I want to replicate the behavior of disabling the swipe-up action to resolve this issue.
z
Yea that’s not something you’re gonna be able to use compose to solve.
👍 1
l
Yes agree, it's more Android SDK stuff, maybe not the best channel to ask