Is your feature request related to a problem? Please describe.
No, it is not a major problem, it is just a feature to help integrate with newer versions of android that's all. It is very minor and I understand that you may have "bigger fish to fry" as they say.
Describe the solution you'd like
in AndroidManifest.xml, in the tag, set the android:enableOnBackInvokedCallback flag to true.
<application
...
android:enableOnBackInvokedCallback="true"
... >
...
</application>
Describe alternatives you've considered
No alternatives
Additional context
link to android developer page explaining this feature: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
Is your feature request related to a problem? Please describe.
No, it is not a major problem, it is just a feature to help integrate with newer versions of android that's all. It is very minor and I understand that you may have "bigger fish to fry" as they say.
Describe the solution you'd like
in AndroidManifest.xml, in the tag, set the android:enableOnBackInvokedCallback flag to true.
Describe alternatives you've considered
No alternatives
Additional context
link to android developer page explaining this feature: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture