On Android, enable back button/back swipe to minimize app (like every other Android app allows).
I
Ira Karaba
On Galaxy Z fold 7, when using the Recall app, swiping back works as expected except from the home screen of Recall, where it does nothing. On the home screen for Recall, back should minimize the app.
Log In
I
Ira Karaba
On Android devices (including Galaxy Z Fold 7), the back gesture is typically expected to close or minimize an app when performed on the home screen of that app. However, for the back gesture to work as intended (minimizing the app from its home screen) app developers must explicitly implement the correct back navigation behavior. This is done through the appropriate Android system APIs, such as
OnBackPressedCallback
or OnBackInvokedCallback
for newer versions of Android.